Kernel Loader: Difference between revisions
→Structures: KInitialPageAllocator |
|||
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 == |