Skip to main content

start_info_t

Type Alias start_info_t 

Source
pub type start_info_t = start_info;

Aliased Type§

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

Fields§

§magic: [u8; 32]§nr_pages: u64§shared_info: u64§flags: u32§store_mfn: u64§store_evtchn: u32§console: start_info__bindgen_ty_1§pt_base: u64§nr_pt_frames: u64§mfn_list: u64§mod_start: u64§mod_len: u64§cmd_line: [i8; 1024]§first_p2m_pfn: u64§nr_p2m_frames: u64