[][src]Crate bootimage

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

builder

Provides functions to build the kernel and the bootloader.

config

Parses the package.metadata.bootimage configuration table

Structs

ErrorMessage

A simple error message that can be created from every type that implements fmt::Display.

Functions

lib_main

The entry point for the binaries.

run

Run the invoked command.