Changes

159 bytes added ,  06:39, 31 August 2019
Line 237: Line 237:  
</pre>
 
</pre>
   −
TODO: More stuff
+
Next, the cache is flushed, to ensure that page tables will be successfully read once the MMU is enabled.
 +
<pre>
 +
    KernelLdr_EnsureCacheFlushed();
 +
</pre>
 +
 
 +
// TODO: more stuff
    
== KernelLdr_RelocateKernelPhysically ==
 
== KernelLdr_RelocateKernelPhysically ==