A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Go to file
2024-09-16 20:45:19 +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 cleanup 2024-09-03 03:34:29 -05:00
kernel let's just use strings for now 2024-09-16 20:45:19 +01:00
limine@2d3d7b2633 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
repbuild squash 2024-09-13 22:41:31 +01:00
sysdata let's just use strings for now 2024-09-16 20:45:19 +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 please bugs begone 2024-09-16 20:15:51 +01:00
Cargo.toml squash 2024-09-13 22:41:31 +01:00
LICENSE
README.md dev tool prototype 2024-08-28 14:35:08 -05: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

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.