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-07-31 05:22:39 -05:00
.cargo
.github/workflows
.vscode
__pycache__ adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
ableos Fix! 2022-07-31 05:22:39 -05:00
api
ext2-rs
facepalm
kernel adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
qrcode-rust
repbuild Fix! 2022-07-31 05:22:39 -05:00
shadeable
userland
x86_ata stolen code 2022-07-29 13:29:54 -05:00
.gitignore
Cargo.lock adding a deadlock to master :> 2022-07-31 01:54:01 -05:00
Cargo.toml
data.txt
img.ext2
LICENSE
numb.txt
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
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