Skip to content

Larusso/rustOS

Repository files navigation

RustOS

Build Status

This project follows the blogpost series Writing an OS in Rust (Second Edition) by Philipp Oppermann.

Build

  • install rustup
  • install QEMO
  • install rust nightly rustup update nightly
  • add rust source component rustup component add rust-src
  • install xbuild cargo install cargo-xbuild
  • install bootimage cargo install bootimage --version "^0.5.0"
  • build bootimage build
  • run bootimage run

License

Apache License 2.0

Releases

No releases published

Packages

No packages published

Languages