Changes

248 bytes added ,  04:14, 31 August 2019
Line 44: Line 44:  
== KernelLdr_LoadKernel ==
 
== KernelLdr_LoadKernel ==
 
TODO: Fill this out
 
TODO: Fill this out
 +
 +
== KInitialPageAllocator::KInitialPageAllocator ==
 +
This sets the allocator's next address to 0 (guessed, since this is done statically in KernelLoader).
 +
 +
<pre>
 +
    constexpr KInitialPageAllocator::KInitialPageAllocator : next_address(0) {}
 +
</pre>
    
== KInitialPageAllocator::~KInitialPageAllocator ==
 
== KInitialPageAllocator::~KInitialPageAllocator ==