ableos/README.md

24 lines
877 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
2024-08-27 12:35:52 -05:00
Please note that a custom target directory is not supported and support will not be added.
# 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
2024-08-27 12:35:52 -05:00
1. Ensure you have qemu installed
2. `git submodule update --init`
3. `cargo repbuild run`
2024-08-28 14:35:08 -05:00
# Developing
There is a new work in progress developer tool for hblang.