mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix front matter: Add description field and set slug
This commit is contained in:
@@ -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/",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
+++
|
||||
title = "Entering Long Mode"
|
||||
slug = "entering-longmode"
|
||||
description = ""
|
||||
url = "entering-longmode"
|
||||
date = "2015-08-25"
|
||||
updated = "2015-10-29"
|
||||
aliases = [
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Set Up Rust"
|
||||
description = ""
|
||||
url = "set-up-rust"
|
||||
date = "2015-09-02"
|
||||
updated = "2017-04-12"
|
||||
aliases = [
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Printing to Screen"
|
||||
description = ""
|
||||
slug = "printing-to-screen"
|
||||
date = "2015-10-23"
|
||||
updated = "2016-10-31"
|
||||
aliases = [
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Allocating Frames"
|
||||
description = ""
|
||||
slug = "allocating-frames"
|
||||
date = "2015-11-15"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
+++
|
||||
title = "Page Tables"
|
||||
slug = "modifying-page-tables"
|
||||
description = ""
|
||||
slug = "page-tables"
|
||||
date = "2015-12-09"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Remap the Kernel"
|
||||
description = ""
|
||||
slug = "remap-the-kernel"
|
||||
date = "2016-01-01"
|
||||
updated = "2016-03-06"
|
||||
+++
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Kernel Heap"
|
||||
description = ""
|
||||
slug = "kernel-heap"
|
||||
date = "2016-04-11"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Handling Exceptions"
|
||||
description = ""
|
||||
slug = "handling-exceptions"
|
||||
date = "2017-03-26"
|
||||
+++
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
+++
|
||||
title = "Double Faults"
|
||||
description = ""
|
||||
slug = "double-faults"
|
||||
date = "2017-01-02"
|
||||
+++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user