Skip to content

ClangBuiltLinux/boot-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2032a4d · Nov 19, 2024
Mar 1, 2024
Nov 19, 2024
Jan 13, 2022
May 31, 2023
Aug 2, 2022
Nov 19, 2024
Jun 2, 2023
Feb 2, 2024
May 15, 2024

Repository files navigation

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.