diff --git a/_drafts/rust-setup.md b/_posts/2015-08-26-rust-setup.md similarity index 99% rename from _drafts/rust-setup.md rename to _posts/2015-08-26-rust-setup.md index d5934018..ec0d3e9f 100644 --- a/_drafts/rust-setup.md +++ b/_posts/2015-08-26-rust-setup.md @@ -1,6 +1,6 @@ --- layout: post -title: 'Setup Rust' +title: '[DRAFT] 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.