You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On
x86_64
, the boot process implies configuring boot parameters outside this crate (in the VMM), then passing on tolinux-loader
to be written in memory. This crate should export the necessarystruct
s andconst
s. E820const
s are missing; they should bebindgen
'ed from here and exported.The text was updated successfully, but these errors were encountered: