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-08-06 22:12:48 -05:00
.cargo
.github/workflows
.vscode
ableos port clparse 2022-08-06 22:12:48 -05:00
api
asl fix asl logos dependency 2022-08-02 19:44:42 +03:00
ext2-rs feat: repbuild2 minimum viable product 2022-08-03 10:11:51 +03:00
facepalm handle dependencies, get rid of shadeable 2022-08-02 14:13:29 +03:00
kernel misc warning fixes 2022-08-01 14:50:41 +03:00
qrcode-rust handle dependencies, get rid of shadeable 2022-08-02 14:13:29 +03:00
repbuild test framework layout 2022-08-05 06:22:23 -05:00
userland fix backspace 2022-08-03 02:09:34 -05:00
x86_ata
.gdbinit
.gitignore update .gitignore, remove unused files 2022-08-01 16:54:14 +03:00
Cargo.lock port clparse 2022-08-06 22:12:48 -05:00
Cargo.toml feat: repbuild2 minimum viable product 2022-08-03 10:11:51 +03:00
LICENSE
qmp.py
qprofiler.py
README.md
rust-toolchain.toml
TODO.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