search for: xbi_mod_t

Displaying 1 result from an estimated 1 matches for "xbi_mod_t".

2013 May 21
26
New Xen boot infrastructure proposal
...ily extensible. In cases when architecture depended things are required there should be special substructure which would contain all required stuff. More or less it should look like in x86 case: /* Xen Boot Info (XBI) module structure. */ typedef struct { u64 start; u64 end; char *cmdline; } xbi_mod_t; /* Xen Boot Info Arch (XBIA) memory map structure. */ typedef struct { /* * Amount of lower memory accordingly to The Multiboot * Specification version 0.6.96. */ u32 lower; /* * Amount of upper memory accordingly to The Multiboot * Specification version 0.6.96. */ u32 u...