Setting Up Paging: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
No edit summary
mNo edit summary
Line 50:
Now, its time to create a new page table.
<source lang="c">
uint32_t first_page_table[1024] __attribute__((align(4096)));
</source>
 
Anonymous user