From 2671fac8c2d75231e8e5deed6c3fbf1e6f877cf5 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 12 Feb 2018 12:44:01 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20first=20first-edition=20post=20to=20?= =?UTF-8?q?=E2=80=9CMinimal=20Multiboot=20Kernel=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/content/posts/01-multiboot-kernel/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/content/posts/01-multiboot-kernel/index.md b/blog/content/posts/01-multiboot-kernel/index.md index 560350db..c6820837 100644 --- a/blog/content/posts/01-multiboot-kernel/index.md +++ b/blog/content/posts/01-multiboot-kernel/index.md @@ -1,11 +1,11 @@ +++ -title = "A minimal x86 kernel" +title = "A minimal Multiboot Kernel" order = 1 path = "multiboot-kernel/" date = 2015-08-18 +++ -This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. In subsequent blog posts we will extend it using the [Rust] programming language. +This post explains how to create a minimal x86 operating system kernel using the Multiboot standard. In fact, it will just boot and print `OK` to the screen. In subsequent blog posts we will extend it using the [Rust] programming language. [Rust]: http://www.rust-lang.org/