Shorten titles

This commit is contained in:
Philipp Oppermann
2015-08-25 17:39:43 +02:00
parent d83a2eb130
commit 41d04687d9
3 changed files with 3 additions and 3 deletions

View File

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