Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Johan Montelius 2016-10-30 19:41

Visa < föregående
Jämför < föregående

Setup Rust

In our second task we we will go from assembler to calling code that we have written in Rust. If we can do this transition we will be able to write the rest of the operating system in Rust that compared to assembler is a portable high level language.

Go through the thirds and fourth of Oppermann's tutorials. If everything works you will have a program that is written i Rust and that is called when the machine boots. This is our first step towards a Rust kernel. We will still not be able to do very much more than print messages on the screen but it's a whole lot easier now that we can program in Rust.