bootimage 0.10.4

Tool to create a bootable OS image from a kernel binary.
Documentation
1
2
3
4
5
6
7
//! Parses command line arguments.

pub use build::*;
pub use runner::*;

mod build;
mod runner;