mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Fix sleep syscall
This commit is contained in:
@ -1076,6 +1076,7 @@ namespace Memory
|
||||
~MemMgr();
|
||||
|
||||
private:
|
||||
NewLock(MgrLock);
|
||||
Bitmap PageBitmap;
|
||||
PageTable *Table;
|
||||
VirtualFileSystem::Node *Directory;
|
||||
|
Reference in New Issue
Block a user