A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Find a file
2024-10-20 12:36:34 +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 miscellaneous changes, free performance tweaks, and fiddle with enabling avx finally 2024-10-19 19:45:41 +01:00
kernel fix buffer mutating message 2024-10-20 12:36:34 +01:00
limine@2d3d7b2633 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
repbuild miscellaneous changes, free performance tweaks, and fiddle with enabling avx finally 2024-10-19 19:45:41 +01:00
sysdata fix buffer mutating message 2024-10-20 12:36:34 +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 miscellaneous changes, free performance tweaks, and fiddle with enabling avx finally 2024-10-19 19:45:41 +01:00
Cargo.toml squash 2024-09-13 22:41:31 +01:00
HELP.md various stn & render-api changes 2024-10-12 21:39:09 +01:00
known_bugs.md optimisations 2024-10-14 01:31:23 +01:00
LICENSE wasm work + LICENSE 2021-11-28 14:50:14 -06:00
README.md WIP help doc 2024-10-12 15:53:32 +01:00
rust-toolchain.toml squash 2024-09-13 22:41:31 +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

See HELP.md

Developing

There is a new work in progress developer tool for hblang. (see: dev folder)