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: 'Setup Rust in small steps'
title: 'Setup Rust'
category: 'rust-os'
---
In the previous posts we created a [minimal Multiboot kernel][multiboot post] and [switched to Long Mode][long mode post]. Now we can finally switch to sweet Rust code. [Rust] is a beautiful high-level language that has no runtime. It allows us to not link the standard library and write bare metal code. Unfortunately the setup is not quite hassle-free yet.