Functions | |
static void | Boot_info::set_flags (unsigned aflags) |
The Boot_info object must be set up with these functions before Boot_info::init() is called! This can be done either in __main, if booted on hardware or in an initializer with a higher priority than BOOT_INFO_INIT_PRIO (e.g MAX_INIT_PRIO) if the kernel runs on software (FIASCO-UX). | |
static void | Boot_info::set_checksum_ro (unsigned ro_cs) |
static void | Boot_info::set_checksum_rw (unsigned rw_cs) |
static unsigned | Boot_info::get_flags (void) |
static unsigned | Boot_info::get_checksum_ro (void) |
static unsigned | Boot_info::get_checksum_rw (void) |
static void | Boot_info::reset_checksum_ro (void) |
static void | Boot_info::set_mbi_phys (Address phys) |
static unsigned long | Boot_info::kmemsize () |
static Address | Boot_info::mbi_phys () |
static Multiboot_info *const | Boot_info::mbi_virt () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Boot_info object must be set up with these functions before Boot_info::init() is called! This can be done either in __main, if booted on hardware or in an initializer with a higher priority than BOOT_INFO_INIT_PRIO (e.g MAX_INIT_PRIO) if the kernel runs on software (FIASCO-UX).
|
|
|