Kernel Loader: Difference between revisions

Line 296: Line 296:
== KInitialPageTable::KInitialPageTable ==
== KInitialPageTable::KInitialPageTable ==


NOTE: This constructor is inferred (as it sets presumably private members).
NOTE: This constructor is inferred.


<pre>
<pre>
KInitialPageTable::KInitialPageTable (KInitialPageAllocator *allocator) {
KInitialPageTable::KInitialPageTable(KInitialPageAllocator *allocator) {
     this->l1_table_ptr = allocator->Allocate();
     this->l1_table_ptr = allocator->Allocate();
     memset(this->l1_table_ptr, 0, 0x1000);
     memset(this->l1_table_ptr, 0, 0x1000);