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-07-07 08:35:07 -05:00
.cargo Probably this works on someone elses machine. 2024-05-31 10:07:22 -05:00
.vscode Hypothetical ideas laid out 2024-04-24 23:08:34 -05:00
contrib
kernel did some stuff /shrug 2024-07-07 08:35:07 -05:00
limine@2d3d7b2633
repbuild did some stuff /shrug 2024-07-07 08:35:07 -05:00
sysdata did some stuff /shrug 2024-07-07 08:35:07 -05:00
.gitignore
.gitmodules
Cargo.lock did some stuff /shrug 2024-07-07 08:35:07 -05:00
Cargo.toml
LICENSE
README.md Donation 2023-11-27 07:12:04 -06:00
rust-toolchain.toml checkpoint 2024-05-31 09:11:45 -05:00
rustfmt.toml
shell.nix

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