1
0
Fork 0
forked from AbleOS/ableos
A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Go to file
2024-02-10 16:28:51 -06:00
.cargo
.vscode
contrib Little reorg 2023-11-11 15:45:45 +01:00
kernel compiling on arm works again 2023-12-13 04:21:32 -06:00
limine@2d3d7b2633
repbuild reorganization 2024-01-18 02:36:24 -06:00
sysdata reorganization 2024-01-18 02:36:24 -06:00
.gitignore
.gitmodules
AAVMF_CODE.fd
Cargo.lock fix the dang lock file 2024-02-10 16:28:51 -06:00
Cargo.toml
LICENSE
README.md Donation 2023-11-27 07:12:04 -06:00
rust-toolchain.toml Little reorg 2023-11-11 15:45:45 +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.

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. git submodule update --init
  2. cargo repbuild