2023-11-11 08:45:45 -06:00
|
|
|
# AbleOS
|
|
|
|
An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.
|
2023-06-16 06:09:22 -05:00
|
|
|
|
2023-05-28 04:51:51 -05:00
|
|
|
# Community
|
2023-07-12 10:04:20 -05:00
|
|
|
[Discord](https://discord.gg/JrKVukDtgs)
|
2023-04-29 23:06:01 -05:00
|
|
|
|
|
|
|
# Compiling
|
2023-11-11 08:45:45 -06:00
|
|
|
AbleOS should be able to be built on any platform which is supported by
|
|
|
|
[Rustc Tier 1 platform support](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-1-with-host-tools).
|
2023-07-13 22:41:09 -05:00
|
|
|
|
2023-11-11 08:45:45 -06:00
|
|
|
For running AbleOS, `repbuild` uses QEMU.
|
2023-07-13 22:41:09 -05:00
|
|
|
|
2023-11-11 08:45:45 -06:00
|
|
|
## Steps
|
2023-05-23 04:26:32 -05:00
|
|
|
1. `git submodule update --init`
|
2023-11-11 08:45:45 -06:00
|
|
|
2. `cargo repbuild`
|