mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Add redirects from old URLs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user