Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 3.4 KB

README.md

File metadata and controls

54 lines (45 loc) · 3.4 KB

TinyBox Linux

TinyBox Linux Distro ~ 3 MB (Kernel + ToyBox initramfs)

Based on:

Distro Files:

The TinyBox Linux Distro iso in cd-root:

  • image.iso 3.56 MB (Linux 6.12.101 & ToyBox 0.8.12)

The BusyBox Linux Distro has 2 (BusyBox OR ToyBox) main files in bootfiles:

Run on QEMU:

from image.iso

.\qemu-system-x86_64.exe -cdrom image.iso

from bzImage and init.cpio.gz

.\qemu-system-x86_64.exe -kernel bzImage -initrd init.cpio.gz

Specify cores -smp and memory -m

.\qemu-system-x86_64.exe -cdrom image.iso -smp 1 -m 512

Windows Terminal

.\qemu-system-x86_64 -kernel .\bzImage -initrd initramfs.cpio.gz -no-reboot -nographic -append "console=ttyS0"

Simple Distro Setup

Add Networking:

Create bootable CD iso