Re-exports§
pub use lkl::syscall_wrappers::*;
Modules§
Structs§
- LklSetup
- construct this with LklSetup::new()
- LklSetup
Args - Due to ownership automatically deallocating fds out of scope the file descriptor for the disk image needs to be passed in. Next is the boot settings which can be the amount of memory and log level (i.e. mem=128M loglevel=8 on_panic is the function that runs when there is a panic and print replaces printk