On x86_64, the boot process implies configuring boot parameters outside this crate (in the VMM), then passing on to linux-loader to be written in memory. This crate should export the necessary structs and consts. E820 consts are missing; they should be bindgen'ed from here and exported.
On
x86_64, the boot process implies configuring boot parameters outside this crate (in the VMM), then passing on tolinux-loaderto be written in memory. This crate should export the necessarystructs andconsts. E820consts are missing; they should bebindgen'ed from here and exported.