mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Use zola's page_template feature
This commit is contained in:
@@ -3,7 +3,6 @@ title = "Paging Implementation"
|
||||
weight = 10
|
||||
path = "paging-implementation"
|
||||
date = 2019-03-14
|
||||
template = "second-edition/page.html"
|
||||
+++
|
||||
|
||||
This post shows how to implement paging support in our kernel. It first explores different techniques to make the physical page table frames accessible to the kernel and discusses their respective advantages and drawbacks. It then implements an address translation function and a function to create a new mapping.
|
||||
|
||||
Reference in New Issue
Block a user