README 400 B

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