This repository houses scripts to quickly boot test Linux kernels with a simple Buildroot-based rootfs.
-
boot-qemu.py: Script to boot Linux kernels in QEMU. Run with-hfor information on options. -
boot-uml.py: Script to boot a User Mode Linux (UML) kernel. Run with-hfor information on options. -
utils.py: Common functions to Python scripts, not meant to be called. -
buildroot/: Scripts and configuration files to generate rootfs images. -
images/: Generated rootfs images from Buildroot (compressed withzstd). -
utils/: Miscellaneous utilities/programs.