fix: scheduler L0 table confusion, PMM bitmap rounding, dead task handling
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user