summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-07-28 11:33:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-07-28 11:33:25 +0200
commit6face8451f92a99967bc91d8748425bfecfbeb63 (patch)
tree70d4db4c322c6163578bc4a2cd3cf5053dac2ac3
parent1e0a8154eb55967f83c3fcec012a2dd6a9a22615 (diff)
downloadi486tcc-linux-6face8451f92a99967bc91d8748425bfecfbeb63.tar.gz
i486tcc-linux-6face8451f92a99967bc91d8748425bfecfbeb63.tar.bz2
added some more links
-rw-r--r--README22
1 files changed, 19 insertions, 3 deletions
diff --git a/README b/README
index 7adac50..79e8c0c 100644
--- a/README
+++ b/README
@@ -496,7 +496,7 @@ to abase).
- awk
- bc and dc
- diff
- - mk
+ - mk (instead of samu)
- yacc
- troff
- others
@@ -643,6 +643,9 @@ links
- https://www.glaucuslinux.org/
- https://github.com/ZilchOS/bootstrap-from-tcc: this is more for having
a minimal tcc-based binary core for bootstrapping
+ - https://github.com/GataOS/musl-tcc.git: especially interesting to
+ have a look at the patches for making musl build with tcc (we sort
+ of yoloed the complex and floating point stuff)
- https://github.com/oriansj
- https://bellard.org/tcc/tccboot.html
- https://github.com/michaelforney/
@@ -703,7 +706,16 @@ links
- https://omaera.org/wlog/tech/runit_init
- https://forums.gentoo.org/viewtopic-t-1000292-start-0.html
- minimal userland
- - https://github.com/ibara/oksh
+ - shells
+ - POSIX compliant
+ - https://github.com/ibara/oksh: good compromise of good and small
+ code base and functionality
+ - https://yash.osdn.jp/index.html.en
+ - dash: something bothered be there in the build process (TODO: what?)
+ - minimalistic to the extreme:
+ - https://github.com/hacheigriega/sshell.git: very minimal, more an
+ education project
+ - the 'S' shell
- suckless
- git://git.suckless.org/sbase
- git://git.suckless.org/ubase
@@ -715,7 +727,11 @@ links
- https://github.com/leahneukirchen/obase
- https://beastiebox.sourceforge.net/
- gopher://bitreich.org
- - https://git.2f30.org/hbase/log.html
+ - https://git.2f30.org/hbase/log.html: Heirlom
+ - https://www.glendix.org/: we could also go into the direction of using
+ plan 9 things (as they tend to be more minimalistic):
+ - git://git.9front.org/plan9front/plan9front
+ - git://git.suckless.org/9base
- minimalism
- https://wiki.installgentoo.com/wiki/Software_minimalism
- Link collections of interesting software