Skip to content

EN10/TinyBoxLinux

Repository files navigation

TinyBox Linux

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

Based on:

Distro Files:

The TinyBox Linux Distro iso in cd-root:

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

Run on QEMU:

from TinyBoxLinux.iso

.\qemu-system-x86_64.exe -cdrom TinyBoxLinux.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 TinyBoxLinux.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

Releases

No releases published

Packages

No packages published

Languages