Crate bootimage[][src]

Provides functions to create a bootable OS image from a kernel binary.

This crate is mainly built as a binary tool. Run cargo install bootimage to install it.

Modules

args

Parses command line arguments.

builder

Provides functions to build the kernel and the bootloader.

config

Parses the package.metadata.bootimage configuration table

help

Contains help messages for the command line application.

run

Provides a function for running a disk image in QEMU.