A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Find a file
koniifer 022c1c196a works on arm and x86 without fiddling with stuff
memory bug fixes
update hblang
update render examples
obliterate render_driver (not useful)
2024-09-12 18:14:26 +01:00
.cargo dev tool prototype 2024-08-28 14:35:08 -05:00
.vscode Hypothetical ideas laid out 2024-04-24 23:08:34 -05:00
contrib Little reorg 2023-11-11 15:45:45 +01:00
dev Added beef to ableOS 2024-08-30 07:38:04 -05:00
kernel works on arm and x86 without fiddling with stuff 2024-09-12 18:14:26 +01:00
limine@2d3d7b2633 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
repbuild works on arm and x86 without fiddling with stuff 2024-09-12 18:14:26 +01:00
sysdata works on arm and x86 without fiddling with stuff 2024-09-12 18:14:26 +01:00
.gitignore Updated deps 2023-08-22 15:17:27 +02:00
.gitmodules Revert "LIMINE: I think this updates the submodule?" 2023-07-19 11:21:15 -05:00
Cargo.lock works on arm and x86 without fiddling with stuff 2024-09-12 18:14:26 +01:00
Cargo.toml works on arm and x86 without fiddling with stuff 2024-09-12 18:14:26 +01:00
LICENSE wasm work + LICENSE 2021-11-28 14:50:14 -06:00
README.md dev tool prototype 2024-08-28 14:35:08 -05:00
rust-toolchain.toml a touch of fiddling 2024-09-09 01:42:11 +01:00
rustfmt.toml Little reorg 2023-11-11 15:45:45 +01:00
shell.nix Ecall work 2023-09-09 02:35:16 -05:00

AbleOS

An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.

Please note that a custom target directory is not supported and support will not be added.

Community

Discord

Donations can be made here on Liberapay or on Patreon

Compiling

AbleOS should be able to be built on any platform which is supported by Rustc Tier 1 platform support.

For running AbleOS, repbuild uses QEMU.

Steps

  1. Ensure you have qemu installed
  2. git submodule update --init
  3. cargo repbuild run

Developing

There is a new work in progress developer tool for hblang.