Changes

41 bytes removed ,  05:50, 31 August 2019
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);