Add redirects from old URLs

This commit is contained in:
Philipp Oppermann
2017-06-09 18:46:59 +02:00
parent c104445880
commit a1ed273f7f
5 changed files with 10 additions and 17 deletions

View File

@@ -4,11 +4,6 @@ order = 3
url = "set-up-rust"
date = "2015-09-02"
updated = "2017-04-12"
aliases = [
"/2015/09/02/setup-rust/",
"/setup-rust.html",
"/rust-os/setup-rust.html",
]
+++
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.