Add redirects from old URLs

This commit is contained in:
Philipp Oppermann
2017-06-09 18:46:59 +02:00
parent c104445880
commit a1ed273f7f
5 changed files with 10 additions and 17 deletions

View File

@@ -3,10 +3,6 @@ title = "A minimal x86 kernel"
order = 1
url = "multiboot-kernel"
date = "2015-08-18"
aliases = [
"/2015/08/18/multiboot-kernel/",
"/rust-os/multiboot-kernel.html",
]
+++
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.