fix: scheduler L0 table confusion, PMM bitmap rounding, dead task handling

This commit is contained in:
karina
2026-05-02 23:01:40 +04:00
parent 272b9c8998
commit 5673c44a99
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ void DTBParse(Pointer dtb, VMBootMemoryMap* bootMap) {
ASCII* currentNode = "";
UInt32 currentDepth = 0;
UInt32 reservedMemoryDepth = 0;
bool inReservedMemory = false;
Boolean inReservedMemory = false;
while (true) {
UInt32 token = BytesSwap32(*(UInt32*)structs);