about summary refs log tree commit diff stats
path: root/README.md
blob: ce66ec44aa80e2441b209a5f5b804732856041bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# k2spice
## A CLA-approved opinionated userland

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.

## 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.

The `mei` directory contains the source code for all userspace commands.