[Zion] Use slab allocators immediately during heap init.
This commit is contained in:
parent
659f122c9e
commit
cc16210e90
4 changed files with 17 additions and 30 deletions
|
|
@ -25,7 +25,6 @@ extern "C" void zion() {
|
|||
phys_mem::InitBootstrapPageAllocation();
|
||||
KernelHeap heap;
|
||||
phys_mem::InitPhysicalMemoryManager();
|
||||
heap.InitializeSlabAllocators();
|
||||
phys_mem::DumpRegions();
|
||||
|
||||
dbgln("[boot] Memory allocations available now.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue