Paging: Difference between revisions

m
Improve grammar
[unchecked revision][unchecked revision]
m (Fix lang source option)
m (Improve grammar)
Line 49:
=== Example ===
 
Say the kernel is loaded to 0x100000. However, it needed to be remapped to 0xc00000000xC0000000. After loading the kernel, it'll initiate paging, and set up the appropriate tables. (See [[Higher Half Kernel]]) After [[Identity Paging]] the first megabyte, it'll need to create a second table (ie. at entry #768 in the paging directory.) to map 0x100000 to 0xC0000000. The code may be like:
 
<source lang="ASM">
73

edits