A non-unix-like micro-kernel written in rust!
Find a file
2023-01-15 01:01:16 +01:00
.cargo
.vscode
kernel CRLF before kernel panic msg 2023-01-08 00:45:47 +01:00
limine@83779119f6 limine update 2023-01-15 01:01:16 +01:00
repbuild removed useless news 2023-01-15 01:00:43 +01:00
.gdbinit
.gitignore Rewrote RepBuild 2023-01-07 01:57:20 +01:00
.gitmodules Rewrote RepBuild 2023-01-07 01:57:20 +01:00
Cargo.lock Repbuild now can build kernel on non-POSIX systems and run on non-Linux systems. 2023-01-07 22:11:21 +01:00
Cargo.toml removed few package from the workspace manifest 2022-12-08 15:54:11 +01:00
LICENSE
README.md
rust-toolchain.toml

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