From bb7b5991515142ac4c8d74fb29445229a85b9a39 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 14 Jan 2019 14:02:50 +0100 Subject: [PATCH] Set post date --- .../second-edition/posts/09-paging-introduction/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/blog/content/second-edition/posts/09-paging-introduction/index.md b/blog/content/second-edition/posts/09-paging-introduction/index.md index 19a5ff0e..08f7805e 100644 --- a/blog/content/second-edition/posts/09-paging-introduction/index.md +++ b/blog/content/second-edition/posts/09-paging-introduction/index.md @@ -2,7 +2,7 @@ title = "Introduction to Paging" order = 9 path = "paging-introduction" -date = 0000-01-01 +date = 2019-01-14 template = "second-edition/page.html" +++ @@ -463,7 +463,3 @@ We learned that our kernel already runs on top of paging and that illegal memory ## What's next? The next post builds upon the fundamentals we learned in this post. It introduces an advanced technique called _recursive page tables_ to solve the problem of accessing page tables from our kernel. This allows us to traverse the page table hierarchy and implement a software based translation function. The post also explains how to create a new mapping in the page tables. - -------- - -TODO: update date \ No newline at end of file