From 9447a054a3d2f948cf73e447d79d9727c058d94d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 18 Aug 2015 20:20:55 +0200 Subject: [PATCH] Publish first post (minimal multiboot kernel) --- ...15-07-22-rust-os-boot.md => 2015-08-18-multiboot-kernel.md} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename _posts/{2015-07-22-rust-os-boot.md => 2015-08-18-multiboot-kernel.md} (99%) diff --git a/_posts/2015-07-22-rust-os-boot.md b/_posts/2015-08-18-multiboot-kernel.md similarity index 99% rename from _posts/2015-07-22-rust-os-boot.md rename to _posts/2015-08-18-multiboot-kernel.md index a7d25399..30041414 100644 --- a/_posts/2015-07-22-rust-os-boot.md +++ b/_posts/2015-08-18-multiboot-kernel.md @@ -1,7 +1,6 @@ --- layout: post -title: '[DRAFT] A minimal x86 kernel in small steps' -related_posts: null +title: 'A minimal x86 kernel in small steps' --- This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. The following blog posts we will extend it using the [Rust] programming language.