Add redirects again

This commit is contained in:
Philipp Oppermann
2015-11-06 22:57:06 +01:00
parent e759a6826c
commit 6e93a7d528
4 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
layout: post
title: 'A minimal x86 kernel'
redirect_from: '/rust-os/2015/08/18/multiboot-kernel/'
---
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.