1
0
Fork 0
forked from AbleOS/ableos
A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Find a file
2022-02-03 13:49:23 -06:00
.cargo
.github/workflows
.vscode Fixed pixel_format.rs 2022-01-26 21:38:51 -08:00
ableos Merge branch 'master' of ssh://git.ablecorp.us:20/able/ableos 2022-02-03 13:49:23 -06:00
aos_wasm_stress_test
facepalm redux of relib, scheduler work and documentation 2022-01-26 19:43:03 -06:00
repbuild Fixed pixel_format.rs 2022-01-26 21:38:51 -08:00
shadeable Simplify range check for font 2022-01-26 23:00:25 -08:00
.gitignore
data.txt Pixel 2022-01-18 06:15:51 -06:00
LICENSE
README.md Fix typo "belenaEtcher" in README.md 2022-01-26 18:22:39 +03:00
rust-toolchain

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

Running

repbuild can be used to run and build docs for able os

cargo repbuild doc cargo repbuild run

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 balenaEtcher
  • Remove said USB device and plug into test machine
  • assure test machine boots from USB devices