Add posts to rust-os category

This commit is contained in:
Philipp Oppermann
2015-08-25 17:09:14 +02:00
parent 87f36584c2
commit 589f540b28
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
layout: post
title: 'Setup Rust in small steps'
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.