forked from AbleOS/ableos
.cargo | ||
.github/workflows | ||
.vscode | ||
ableos | ||
api | ||
asl | ||
ext2-rs | ||
facepalm | ||
kernel | ||
limine@2b12406a79 | ||
qrcode-rust | ||
repbuild | ||
userland | ||
.gdbinit | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
disk.img | ||
LICENSE | ||
qmp.py | ||
qprofiler.py | ||
README.md | ||
rust-toolchain.toml | ||
TODO.md |
ableOS
Set up
Install Qemu
On Windows be sure to add
C:\Program Files\qemu
to yourPATH
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