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.
 
 
 
Graham Kelly 09ef96fd2b
It works! It works! With lots of hacks it works!
2 months ago
.cargo Paging works :3 2 years ago
.vscode Change 2 months ago
kernel It works! It works! With lots of hacks it works! 2 months ago
limine@751e802e17 hacking in a wasm interpreter 2 months ago
repbuild changes 2 months ago
user/ablewasi for able 2 months ago
.gitignore boom! 2 months ago
.gitmodules boom! 2 months ago
Cargo.lock ablelib 2 months ago
Cargo.toml ablelib 2 months ago
LICENSE wasm work + LICENSE 2 years ago
README.md Fix typo "belenaEtcher" in README.md 1 year ago
meta.md Change 2 months ago
out.txt changes 2 months ago
rust-toolchain.toml boom! 2 months ago
rustfmt.toml cleanup + rustfmt config 2 months ago
test.wasm cleanup + rustfmt config 2 months ago

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