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