A non-unix-like micro-kernel written in rust!
 
 
 
Go to file
Asya 81d11685da
New heap allocator!
2022-12-22 19:22:11 +03:00
.cargo Paging works :3 2021-11-22 06:58:35 -08:00
.vscode supressed false positive 2022-04-11 23:02:36 +02:00
ableos Added GDT, IDT, sloop and some logging 2022-12-08 01:26:43 +01:00
base Added kernel cmdline support and retrieval of initrd 2022-12-08 22:21:21 +01:00
kernel New heap allocator! 2022-12-22 19:22:11 +03:00
qrcode-rust IDE: Add LBA28 addressing support 2022-08-17 15:29:50 +03:00
repbuild New heap allocator! 2022-12-22 19:22:11 +03:00
.gdbinit not fixed but I can't handle this anymore 2022-08-01 04:06:04 -05:00
.gitignore repbuild: generate disk image with limine 2022-08-19 09:22:05 +03:00
Cargo.lock New heap allocator! 2022-12-22 19:22:11 +03:00
Cargo.toml removed few package from the workspace manifest 2022-12-08 15:54:11 +01: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
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