mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 03:19:18 +00:00
Apply code from memory-test branch
This commit is contained in:
@ -145,7 +145,7 @@ namespace Tasking
|
||||
Vector<TCB *> Threads;
|
||||
Vector<PCB *> Children;
|
||||
HashMap<InterProcessCommunication::IPCPort, uint64_t> *IPCHandles;
|
||||
Memory::PageTable *PageTable;
|
||||
Memory::PageTable4 *PageTable;
|
||||
};
|
||||
|
||||
enum TokenTrustLevel
|
||||
|
Reference in New Issue
Block a user