1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 09:49:38 +00:00
CLA Approved Opinionated Systems Software
Find a file
2023-11-13 21:49:21 -06:00
usr/src remove stretchgoal and update resolver 2023-11-13 21:49:21 -06:00
.gitignore The Initial Commit 2023-05-18 15:00:56 -04:00
Cargo.toml remove stretchgoal and update resolver 2023-11-13 21:49:21 -06:00
LICENSE The Initial Commit 2023-05-18 15:00:56 -04:00
README.md remove stretchgoal and update resolver 2023-11-13 21:49:21 -06:00

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.