mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-23 13:11:43 +00:00
memory: Add kernel stack manager
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
using namespace Memory;
|
||||
|
||||
Physical KernelAllocator;
|
||||
Memory::KernelStackManager StackManager;
|
||||
PageTable *KernelPageTable = nullptr;
|
||||
bool Page1GBSupport = false;
|
||||
bool PSESupport = false;
|
||||
|
Reference in New Issue
Block a user