Skip to content

A hobby operating system that is working on becoming much more.

License

Notifications You must be signed in to change notification settings

vrobweis/ableos-retro

 
 

Repository files navigation

ableOS

Discord Code Size

Set up

Install Qemu

On Windows be sure to add C:\Program Files\qemu to your PATH variable

rustup component add rust-src

rustup component add llvm-tools-preview

cargo install bootimage

Testing on real hardware

I recommend using an old x86_64 computer

  • cargo run --release to generate a binary image that is bootable
  • flash it to a USB device via dd or belenaEtcher
  • Remove said USB device and plug into test machine
  • assure test machine boots from USB devices

About

A hobby operating system that is working on becoming much more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.2%
  • C 8.8%