forked from AbleOS/ableos
readme update
This commit is contained in:
parent
db08a249e1
commit
0444fe4dfa
|
@ -1,6 +1,8 @@
|
||||||
# AbleOS
|
# AbleOS
|
||||||
An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.
|
An UNIX-unlike micro-kernel written in rust with an embedded bytecode virtual machine.
|
||||||
|
|
||||||
|
Please note that a custom target directory is not supported and support will not be added.
|
||||||
|
|
||||||
# Community
|
# Community
|
||||||
[Discord](https://discord.gg/JrKVukDtgs)
|
[Discord](https://discord.gg/JrKVukDtgs)
|
||||||
|
|
||||||
|
@ -14,5 +16,6 @@ AbleOS should be able to be built on any platform which is supported by
|
||||||
For running AbleOS, `repbuild` uses QEMU.
|
For running AbleOS, `repbuild` uses QEMU.
|
||||||
|
|
||||||
## Steps
|
## Steps
|
||||||
1. `git submodule update --init`
|
1. Ensure you have qemu installed
|
||||||
2. `cargo repbuild`
|
2. `git submodule update --init`
|
||||||
|
3. `cargo repbuild run`
|
||||||
|
|
Loading…
Reference in a new issue