Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 626 Bytes

Boot utilities

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 -h for information on options.

  • boot-uml.py: Script to boot a User Mode Linux (UML) kernel. Run with -h for 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 with zstd).

  • utils/: Miscellaneous utilities/programs.