ableos/README.md

19 lines
674 B
Markdown
Raw Permalink Normal View History

2023-11-11 14:45:45 +00:00
# AbleOS
An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.
2023-06-16 11:09:22 +00:00
# Community
2023-07-12 15:04:20 +00:00
[Discord](https://discord.gg/JrKVukDtgs)
2023-11-18 07:32:09 +00:00
2023-11-27 13:12:04 +00:00
Donations can be made [here on Liberapay](https://liberapay.com/AbleTheAbove) or on [Patreon](https://www.patreon.com/ablecorp)
2023-11-14 21:02:50 +00:00
<img src="https://img.shields.io/liberapay/patrons/AbleTheAbove.svg?logo=liberapay">
2023-04-30 04:06:01 +00:00
# Compiling
2023-11-11 14:45:45 +00: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-14 03:41:09 +00:00
2023-11-11 14:45:45 +00:00
For running AbleOS, `repbuild` uses QEMU.
2023-07-14 03:41:09 +00:00
2023-11-11 14:45:45 +00:00
## Steps
2023-05-23 09:26:32 +00:00
1. `git submodule update --init`
2023-11-11 14:45:45 +00:00
2. `cargo repbuild`