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: 'Setup Rust'
category: 'rust-os'
redirect_from: "/rust-os/2015/09/02/setup-rust/"
---
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 [Rust] code. Rust is a high-level language without runtime. It allows us to not link the standard library and write bare metal code. Unfortunately the setup is not quite hassle-free yet.