Skip to content

nikochiko/rust-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust OS

My follow-along for the blog series Writing an OS in Rust.

Notes are currently somewhere else. I'll consolidate them here or on my blog later.

Fresh setup instructions

Prerequisites: Install Rust, Cargo, and rustup. (Installation: https://rustup.rs/

  1. Enable Rust nightly version in current directory (rustup override set nightly)
  2. Install qemu (sudo apt-get install qemu-system)
  3. Install bootimage crate (cargo install bootimage)

Running cargo build will do the rest.

About

My follow along code for the blog series "Writing an OS in Rust"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages