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.