1
0
Fork 0
forked from AbleOS/ableos
ableos/README.md

19 lines
674 B
Markdown
Raw Normal View History

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
# Community
2023-07-12 10:04:20 -05:00
[Discord](https://discord.gg/JrKVukDtgs)
2023-11-18 01:32:09 -06:00
2023-11-27 07:12:04 -06:00
Donations can be made [here on Liberapay](https://liberapay.com/AbleTheAbove) or on [Patreon](https://www.patreon.com/ablecorp)
2023-11-14 15:02:50 -06:00
<img src="https://img.shields.io/liberapay/patrons/AbleTheAbove.svg?logo=liberapay">
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`