|
Barrelfish
|
Multiboot utility functions. More...
Functions | |
| struct multiboot_modinfo * | multiboot_find_module (const char *pathname) |
| Return multiboot module by trailing pathname. More... | |
| uintptr_t | multiboot_end_addr (struct multiboot_info *mi) |
| Return end address of multiboot image. More... | |
Multiboot utility functions.
| uintptr_t multiboot_end_addr | ( | struct multiboot_info * | mi | ) |
Return end address of multiboot image.
This function is used to compute a safe location to place the boot kernel.
| struct multiboot_modinfo* multiboot_find_module | ( | const char * | pathname | ) |
Return multiboot module by trailing pathname.
Returns a pointer to the multiboot module which has a trailing pathname of 'pathname' or NULL if there is none.
| pathname | Trailing pathname of module to look for. |
1.8.11