GKGOAT FORK: A non-unix-like micro-kernel written in rust! Support for this OS is not currently planned by portal, if you want, use https://github.com/portal-co/portal instead.
 
 
 
Go to file
Graham Kelly 09ef96fd2b It works! It works! With lots of hacks it works! 2023-04-12 20:35:57 -04:00
.cargo Paging works :3 2021-11-22 06:58:35 -08:00
.vscode Change 2023-04-10 01:16:30 -05:00
kernel It works! It works! With lots of hacks it works! 2023-04-12 20:35:57 -04:00
limine@751e802e17 hacking in a wasm interpreter 2023-04-05 12:29:20 -05:00
repbuild changes 2023-04-07 16:44:33 -05:00
user/ablewasi for able 2023-04-12 15:11:11 -04:00
.gitignore boom! 2023-03-30 23:43:04 +02:00
.gitmodules boom! 2023-03-30 23:43:04 +02:00
Cargo.lock ablelib 2023-04-11 19:48:05 -04:00
Cargo.toml ablelib 2023-04-11 19:48:05 -04: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
meta.md Change 2023-04-10 01:16:30 -05:00
out.txt changes 2023-04-07 16:44:33 -05:00
rust-toolchain.toml boom! 2023-03-30 23:43:04 +02:00
rustfmt.toml cleanup + rustfmt config 2023-04-12 13:08:07 -05:00
test.wasm cleanup + rustfmt config 2023-04-12 13:08:07 -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