Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

init setup


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 ()

Function Documentation

unsigned Boot_info::get_checksum_ro void   )  [inline, static, inherited]
 

unsigned Boot_info::get_checksum_rw void   )  [inline, static, inherited]
 

unsigned Boot_info::get_flags void   )  [inline, static, inherited]
 

unsigned long Boot_info::kmemsize  )  [static, inherited]
 

Address Boot_info::mbi_phys  )  [inline, static, inherited]
 

Multiboot_info *const Boot_info::mbi_virt  )  [inline, static, inherited]
 

void Boot_info::reset_checksum_ro void   )  [static, inherited]
 

void Boot_info::set_checksum_ro unsigned  ro_cs  )  [inline, static, inherited]
 

void Boot_info::set_checksum_rw unsigned  rw_cs  )  [inline, static, inherited]
 

void Boot_info::set_flags unsigned  aflags  )  [inline, static, inherited]
 

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).

void Boot_info::set_mbi_phys Address  phys  )  [inline, static, inherited]
 


Generated on Mon Sep 26 14:20:18 2005 for Fiasco by  doxygen 1.4.2