Switch to none permalinks and setup redirects

This commit is contained in:
Philipp Oppermann
2015-10-24 14:53:48 +02:00
parent 9497fc853e
commit 2f64af811e
7 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
layout: post
title: 'A minimal x86 kernel'
category: 'rust-os'
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.