Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 377 Bytes

Moved to GitLab

AtomOS

Dependencies

  • Rustup target thumbv7em-none-eabihf.
  • Rustup component llvm-tools-preview.
  • Rustup nightly toolchain.

Running

  • QEMU: cargo krun
  • Get an image: cargo kimage

Testing

  • QEMU: cargo ktest
  • Physical machine: TODO