Till KTH:s startsida Till KTH:s startsida

Ändringar mellan två versioner

Här visas ändringar i "Setup Rust" mellan 2016-10-27 14:38 av Johan Montelius och 2016-10-30 19:41 av Johan Montelius.

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.¶


* Set Up Rust
* Printing to Screen