Setting Up Paging: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
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>