diff options
author | Ren Kararou <[email protected]> | 2023-11-13 22:15:45 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-13 22:15:45 -0600 |
commit | 0fb2dd8feda77b073e04905954b4d21129e8cf52 (patch) | |
tree | 4d52be4d5287e0f666c7a2d167d03b6d5c1e0ffd | |
parent | ac2156d14962c9ffd73ad9ae65059b24e54c9f20 (diff) | |
download | k2spice-0fb2dd8feda77b073e04905954b4d21129e8cf52.tar.gz k2spice-0fb2dd8feda77b073e04905954b4d21129e8cf52.tar.bz2 k2spice-0fb2dd8feda77b073e04905954b4d21129e8cf52.zip |
this is a real project now. yikes
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index dfc3613..fbdc2bf 100644 --- a/README.md +++ b/README.md @@ -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. |