diff --git a/blog/content/posts/01-multiboot-kernel.md b/blog/content/posts/01-multiboot-kernel.md index f73171df..7fd37f7c 100644 --- a/blog/content/posts/01-multiboot-kernel.md +++ b/blog/content/posts/01-multiboot-kernel.md @@ -1,6 +1,7 @@ +++ title = "A minimal x86 kernel" -slug = "multiboot-kernel" +description = "" +url = "multiboot-kernel" date = "2015-08-18" aliases = [ "/2015/08/18/multiboot-kernel/", diff --git a/blog/content/posts/02-entering-longmode.md b/blog/content/posts/02-entering-longmode.md index 4c2e23bb..a8852153 100644 --- a/blog/content/posts/02-entering-longmode.md +++ b/blog/content/posts/02-entering-longmode.md @@ -1,6 +1,7 @@ +++ title = "Entering Long Mode" -slug = "entering-longmode" +description = "" +url = "entering-longmode" date = "2015-08-25" updated = "2015-10-29" aliases = [ diff --git a/blog/content/posts/03-set-up-rust.md b/blog/content/posts/03-set-up-rust.md index f184fc79..21e445cb 100644 --- a/blog/content/posts/03-set-up-rust.md +++ b/blog/content/posts/03-set-up-rust.md @@ -1,5 +1,7 @@ +++ title = "Set Up Rust" +description = "" +url = "set-up-rust" date = "2015-09-02" updated = "2017-04-12" aliases = [ diff --git a/blog/content/posts/04-printing-to-screen.md b/blog/content/posts/04-printing-to-screen.md index 90513b89..098ee121 100644 --- a/blog/content/posts/04-printing-to-screen.md +++ b/blog/content/posts/04-printing-to-screen.md @@ -1,5 +1,7 @@ +++ title = "Printing to Screen" +description = "" +slug = "printing-to-screen" date = "2015-10-23" updated = "2016-10-31" aliases = [ diff --git a/blog/content/posts/05-allocating-frames.md b/blog/content/posts/05-allocating-frames.md index 9a62410c..36107fca 100644 --- a/blog/content/posts/05-allocating-frames.md +++ b/blog/content/posts/05-allocating-frames.md @@ -1,5 +1,7 @@ +++ title = "Allocating Frames" +description = "" +slug = "allocating-frames" date = "2015-11-15" +++ diff --git a/blog/content/posts/06-page-tables.md b/blog/content/posts/06-page-tables.md index 6bc14bea..2ca426ee 100644 --- a/blog/content/posts/06-page-tables.md +++ b/blog/content/posts/06-page-tables.md @@ -1,6 +1,7 @@ +++ title = "Page Tables" -slug = "modifying-page-tables" +description = "" +slug = "page-tables" date = "2015-12-09" +++ diff --git a/blog/content/posts/07-remap-the-kernel.md b/blog/content/posts/07-remap-the-kernel.md index 1f1595d3..65f6003e 100644 --- a/blog/content/posts/07-remap-the-kernel.md +++ b/blog/content/posts/07-remap-the-kernel.md @@ -1,5 +1,7 @@ +++ title = "Remap the Kernel" +description = "" +slug = "remap-the-kernel" date = "2016-01-01" updated = "2016-03-06" +++ diff --git a/blog/content/posts/08-kernel-heap.md b/blog/content/posts/08-kernel-heap.md index a49e49b4..d6431d69 100644 --- a/blog/content/posts/08-kernel-heap.md +++ b/blog/content/posts/08-kernel-heap.md @@ -1,5 +1,7 @@ +++ title = "Kernel Heap" +description = "" +slug = "kernel-heap" date = "2016-04-11" +++ diff --git a/blog/content/posts/09-handling-exceptions.md b/blog/content/posts/09-handling-exceptions.md index 687f72cf..80dcafde 100644 --- a/blog/content/posts/09-handling-exceptions.md +++ b/blog/content/posts/09-handling-exceptions.md @@ -1,5 +1,7 @@ +++ title = "Handling Exceptions" +description = "" +slug = "handling-exceptions" date = "2017-03-26" +++ diff --git a/blog/content/posts/10-double-faults.md b/blog/content/posts/10-double-faults.md index 6b3fef53..6923e0a1 100644 --- a/blog/content/posts/10-double-faults.md +++ b/blog/content/posts/10-double-faults.md @@ -1,5 +1,7 @@ +++ title = "Double Faults" +description = "" +slug = "double-faults" date = "2017-01-02" +++