etheryal-bootimage

Crates.ioetheryal-bootimage
lib.rsetheryal-bootimage
version0.4.1
sourcesrc
created_at2021-02-04 14:21:33.596843
updated_at2021-02-04 19:45:26.378747
descriptionCreate a booteable image with the specified etheryal Kernel and Kernel modules
homepage
repositoryhttps://github.com/etheryal/bootimage
max_upload_size
id350535
size38,461
Celeste Peláez (KernelFreeze)

documentation

README

🦀 etheryal Bootimage

Create a booteable image with the specified etheryal Kernel and Kernel modules.

Usage

Building a Kernel booteable image

Command

etheryal-bootimage build [FLAGS] --build-cmd <build-cmd> --out <out>

Flags

--create-out      
--disable-bios    
--disable-uefi

Running a Kernel in a Virtual Machine

Command

etheryal-bootimage run --out <out> [KERNEL ELF]

Get Help

Read the README at the etheryal Kernel repository

Commit count: 12

cargo fmt