Publish first post (minimal multiboot kernel)

This commit is contained in:
Philipp Oppermann
2015-08-18 20:20:55 +02:00
parent 003b9d347c
commit 9447a054a3

View File

@@ -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.