forked from AbleOS/ableos
GKGOAT FORK: A non-unix-like micro-kernel written in rust! WORSE THAN PORTAL, USE https://github.com/portal-co/portal INSTEAD
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.cargo | 2 years ago | |
.vscode | 2 months ago | |
kernel | 2 months ago | |
limine@751e802e17 | 2 months ago | |
repbuild | 2 months ago | |
user/ablewasi | 2 months ago | |
.gitignore | 2 months ago | |
.gitmodules | 2 months ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
meta.md | 2 months ago | |
out.txt | 2 months ago | |
rust-toolchain.toml | 2 months ago | |
rustfmt.toml | 2 months ago | |
test.wasm | 2 months ago |
README.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