Paging: Difference between revisions

13 bytes added ,  16 years ago
no edit summary
[unchecked revision][unchecked revision]
m (Categorizing)
No edit summary
Line 53:
===Example===
 
Say I loaded my kernel to 0x100000. However, I want it mapped to 0xc0000000. After loading my kernel, I initiate paging, and set up the appropriate tables. (See [[Higher Half Kernel]]) After [[Identity Paging]] the first megabyte, I start to create my second table (ie. at entry #768 in my directory.) to map 0x100000 to 0xc0000000. My code could be like: <br /><br />
 
mov eax, 0x0
Anonymous user