linux-loader 0.1.0

Library for parsing and loading Linux kernel images and command lines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "linux-loader"
version = "0.1.0"
authors = ["Samuel Ortiz <sameo@linux.intel.com>"]
description = "Library for parsing and loading Linux kernel images and command lines"
repository = "https://github.com/rust-vmm/linux-loader"
readme = "README.md"
keywords = ["Linux"]
license = "Apache-2.0"
edition = "2018"

[dependencies]