mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 14:13:25 +00:00
Add README files for binaries.
This commit is contained in:
parent
d69a77d817
commit
e04cf99288
10
www/downloads/binaries/mkroot/README
Normal file
10
www/downloads/binaries/mkroot/README
Normal 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.
|
||||||
8
www/downloads/binaries/toolchains/README
Normal file
8
www/downloads/binaries/toolchains/README
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user