forked from AbleOS/ableos
17 lines
545 B
Markdown
17 lines
545 B
Markdown
# AbleOS
|
|
An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.
|
|
|
|
# Community
|
|
[Discord](https://discord.gg/JrKVukDtgs)
|
|
<img src="https://img.shields.io/liberapay/patrons/AbleTheAbove.svg?logo=liberapay">
|
|
|
|
# Compiling
|
|
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).
|
|
|
|
For running AbleOS, `repbuild` uses QEMU.
|
|
|
|
## Steps
|
|
1. `git submodule update --init`
|
|
2. `cargo repbuild`
|