1
0
Fork 0
forked from koniifer/ableos
A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Go to file
2024-09-04 16:08:01 +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 update hblang to latest git 2024-09-02 01:04:00 +01:00
limine@2d3d7b2633 LIMINE: Bump version 2023-07-19 16:54:01 +00:00
repbuild fix ecah.rs, implement -d, --debuginfo to print debug info in serial (requires recompilation) 2024-08-31 19:34:14 +01:00
sysdata inline fb_driver, update to latest hblang 2024-09-02 04:36:03 +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 update to latest hblang 2024-09-04 16:08:01 +01:00
Cargo.toml dev tool prototype 2024-08-28 14:35:08 -05: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 checkpoint 2024-05-31 09:11:45 -05: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.