2023-05-19 01:44:56 +01:00
# k2spice
## A CLA-approved opinionated userland
2023-05-18 20:00:56 +01:00
2023-11-14 03:49:21 +00:00
This project started because I dislike GNU enough to do something about it. All of the userland tools provided can be run on any system that rust compiles to.
2023-05-18 20:00:56 +01:00
## Goals
The first and primary goal is to build a statically-linkable, fully portable binary userland distribution not dissimilar to busybox.
## Project Layout
All source is stored in `usr/src/` . This is to comply with the CDDL license. Inside of `usr/src/` are the files:
* Cargo.toml
* OPENSOLARIS.LICENSE
Cargo.toml is the cargo file in which workspaces are defined. OPENSOLARIS.LICENSE is the required CDDL license file.
2023-11-14 03:49:21 +00:00
The `mei` directory contains the source code for all userspace commands.
2023-05-18 20:00:56 +01:00