1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 09:49:38 +00:00

this is a real project now. yikes

This commit is contained in:
Ren Kararou 2023-11-13 22:15:45 -06:00
parent ac2156d149
commit 0fb2dd8fed
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -7,6 +7,8 @@ This project started because I dislike GNU enough to do something about it. All
The first and primary goal is to build a statically-linkable, fully portable binary userland distribution not dissimilar to busybox.
The compatibility spec is considered to be the source code of the tools located in the [illumos-gate](https://github.com/illumos/illumos-gate/tree/master/usr/src/cmd) repo. Not all tools will be implemented, as they are very specific to illumos.
## Project Layout
In the root of the repo there is `Cargo.toml`, which is the workspace definition for the rest of the project. From here, you could run `cargo build` and build all the tools at once.