Go to file
Able a159b71770
panic handler
2022-02-18 02:37:09 -06:00
.cargo Paging works :3 2021-11-22 06:58:35 -08:00
.github/workflows breaking changes 2021-11-23 05:53:06 -06:00
.vscode Fixed pixel_format.rs 2022-01-26 21:38:51 -08:00
ableos panic handler 2022-02-18 02:37:09 -06:00
aos_wasm_stress_test utilities added work done on font rendering 2022-01-16 09:23:19 -06:00
facepalm various changes 2022-02-04 23:23:59 -06:00
qprofiler@39f3906802 gop 2022-02-07 07:01:25 -06:00
repbuild mp work 2022-02-17 03:26:05 -06:00
root_fs root_fs 2022-02-05 00:26:32 -06:00
shadeable Making things more clear. 2022-02-03 20:02:58 -08:00
userland UEFI framebuffer wrapper 2022-02-13 00:43:21 -06:00
.gitignore remove fonts and rebuild the logger 2022-01-16 19:42:11 -06:00
LICENSE wasm work + LICENSE 2021-11-28 14:50:14 -06:00
README.md Fix typo "belenaEtcher" in README.md 2022-01-26 18:22:39 +03:00
data.txt Pixel 2022-01-18 06:15:51 -06:00
rust-toolchain ableOS build system 2021-11-16 00:09:27 -06:00

README.md

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