mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 23:07:50 +00:00
Update to gutenberg 0.3.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title = "Page Tables"
|
||||
order = 6
|
||||
path = "page-tables"
|
||||
date = "2015-12-09"
|
||||
date = 2015-12-09
|
||||
+++
|
||||
|
||||
In this post we will create a paging module, which allows us to access and modify the 4-level page table. We will explore recursive page table mapping and use some Rust features to make it safe. Finally we will create functions to translate virtual addresses and to map and unmap pages.
|
||||
|
||||
Reference in New Issue
Block a user