A non-unix-like micro-kernel written in rust!
 
 
 
Go to file
able cd75cd9b66 adding a deadlock to master :> 2022-07-31 01:54:01 -05: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 supressed false positive 2022-04-11 23:02:36 +02:00
__pycache__ adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
ableos adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
api updates and planning 2022-06-02 06:00:26 -05:00
ext2-rs various QOL updates 2022-07-28 05:02:43 -05:00
facepalm chore: fmt 2022-04-12 00:23:11 +02:00
kernel adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
qrcode-rust various bugs added 2022-07-29 11:51:54 -05:00
repbuild adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
shadeable updates and planning 2022-06-02 06:00:26 -05:00
userland updates and planning 2022-06-02 06:00:26 -05:00
x86_ata stolen code 2022-07-29 13:29:54 -05:00
.gitignore fixes 2022-04-11 15:34:40 -05:00
Cargo.lock adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
Cargo.toml ext2 merge plus fix 2022-07-27 19:51:13 -05: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
TODO.md changes i guess 2022-06-13 22:25:39 -05:00
data.txt Pixel 2022-01-18 06:15:51 -06:00
img.ext2 improvements to repbuild 2022-07-28 07:07:23 -05:00
numb.txt changes 2022-05-12 21:07:06 -05:00
qmp.py adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
qprofiler.py adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
rust-toolchain.toml ext2 merge plus fix 2022-07-27 19:51:13 -05: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