type t = {
}
val get : unit -> t
get ()
is the record containing the start info page.
val console_start_page : unit -> Cstruct.t
console_start_page ()
is the console page automatically allocated by Xen.
val xenstore_start_page : unit -> Cstruct.t
xenstore_start_page ()
is the xenstore page automatically allocated by Xen.