Use zola's page_template feature

This commit is contained in:
Philipp Oppermann
2019-03-14 12:58:10 +01:00
parent c655a61290
commit 82256aaa2f
16 changed files with 15 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ title = "Introduction to Paging"
weight = 9
path = "paging-introduction"
date = 2019-01-14
template = "second-edition/page.html"
+++
This post introduces _paging_, a very common memory management scheme that we will also use for our operating system. It explains why memory isolation is needed, how _segmentation_ works, what _virtual memory_ is, and how paging solves memory fragmentation issues. It also explores the layout of multilevel page tables on the x86_64 architecture.