Add README files for binaries.

This commit is contained in:
Rob Landley 2022-05-05 02:58:25 -05:00
parent d69a77d817
commit e04cf99288
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Bootable system images created by scripts/mkroot.sh:
LINUX=~/linux CROSS=allnonstop scripts/mkroot.sh
Each system image is built from two packages: toybox and Linux.
Run the ./qemu-*.sh script in the tarball to boot the system
to a shell prompt under qemu. Run the "exit" command to shut down the
virtual system and exit the emulator.
See https://landley.net/toybox/FAQ.html#mkroot for details.

View File

@ -0,0 +1,8 @@
These toolchains were built with musl-cross-make.tar.xz, which includes
all the source tarballs. Run ./mcm-buildall.sh to reproduce them in the
"ccc" subdirectory. See https://landley.net/toybox/faq.html#cross2
for details.
The native-compiler.sqf files are loopback mountable squashfs filesystems.
Currently built from: musl 1.2.3, linux 5.17, gcc 9.4.0, binutils 2.33.1