diff options
author | Ren Kararou <[email protected]> | 2023-11-13 21:49:21 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-13 21:49:21 -0600 |
commit | 5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd (patch) | |
tree | dc5b328b44f58ed4ced5fe0507c052b9df2f76c0 /README.md | |
parent | b65d0617bca7bf85970854c728c37d935421ea14 (diff) | |
download | k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.tar.gz k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.tar.bz2 k2spice-5ef49f8dcd87a23a4f8b12eec24ce25f3ab9e2bd.zip |
remove stretchgoal and update resolver
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/README.md b/README.md index 9f2f07a..ce66ec4 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # 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. An expanded scope showed me that I wanted very much to build lean system software to run on singleboard computers and microcontrollers, too. +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. -The secondary goal is to build lean mean system software to drop on microcontrollers, specifically, the Raspberry Pi Pico. - ## Project Layout All source is stored in `usr/src/`. This is to comply with the CDDL license. Inside of `usr/src/` are the files: @@ -18,14 +16,5 @@ All source is stored in `usr/src/`. This is to comply with the CDDL license. I Cargo.toml is the cargo file in which workspaces are defined. OPENSOLARIS.LICENSE is the required CDDL license file. -Additionally, there are some directories: - - * mei - * kei - -The `mei` directory contains the source code for all userspace commands. The `kei` directory contains the kernel source code. - -## Additional Notes - -Despite the Raspberry Pi foundation being on the no-no list, I have two Pico leftover from a project before the foundation went to shit. This is a small time project for my own enjoyment. If you don't wanna run it on a Pico, port it to a different platform! +The `mei` directory contains the source code for all userspace commands. |