logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/make-initrd.git
commit: 2e86b75877467429483d21dd4fb04b1e22c2d082
parent bac0de3a75c5991f60e7b490fc72a47412e7a64a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 30 Apr 2024 15:51:32 +0200

README.md: Note ibara port of OpenBSD yacc

Diffstat:

MREADME.md6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -30,7 +30,11 @@ Meanwhile: - AT&T ksh: Way too big to even try, might as well try Perl ### yacc -The reference implementation of yacc, only needs a C Compiler to build. (Unlike byacc and bison) +The reference implementation of yacc, only needs a C Compiler to build. (Unlike byacc and bison) +Meanwhile: +- bison: autoconf, way too early +- byacc: autoconf +- <https://github.com/ibara/yacc/>: configure script but generated Makefile is simple enough to be a single command with few hardcoded defines ### utils-std My own software, which explicitly allows to bootstrap with an incomplete POSIX environment such as this one.