aboutsummaryrefslogtreecommitdiff
path: root/www/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'www/downloads')
-rw-r--r--www/downloads/binaries/mkroot/README10
-rw-r--r--www/downloads/binaries/toolchains/README8
2 files changed, 18 insertions, 0 deletions
diff --git a/www/downloads/binaries/mkroot/README b/www/downloads/binaries/mkroot/README
new file mode 100644
index 00000000..84354221
--- /dev/null
+++ b/www/downloads/binaries/mkroot/README
@@ -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.
diff --git a/www/downloads/binaries/toolchains/README b/www/downloads/binaries/toolchains/README
new file mode 100644
index 00000000..869abbda
--- /dev/null
+++ b/www/downloads/binaries/toolchains/README
@@ -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