pub type start_info_t = start_info;Aliased Type§
#[repr(C)]pub struct start_info_t {Show 15 fields
pub magic: [i8; 32],
pub nr_pages: u32,
pub shared_info: u32,
pub flags: u32,
pub store_mfn: u32,
pub store_evtchn: u32,
pub console: start_info__bindgen_ty_1,
pub pt_base: u32,
pub nr_pt_frames: u32,
pub mfn_list: u32,
pub mod_start: u32,
pub mod_len: u32,
pub cmd_line: [i8; 1024],
pub first_p2m_pfn: u32,
pub nr_p2m_frames: u32,
}Fields§
§magic: [i8; 32]§nr_pages: u32§flags: u32§store_mfn: u32§store_evtchn: u32§console: start_info__bindgen_ty_1§pt_base: u32§nr_pt_frames: u32§mfn_list: u32§mod_start: u32§mod_len: u32§cmd_line: [i8; 1024]§first_p2m_pfn: u32§nr_p2m_frames: u32