|
Barrelfish
|
ARM architecture initialization. More...
Functions | |
| void | arch_init (uint32_t magic, void *pointer, uintptr_t stack) |
| bool | cpu_is_bsp (void) |
| Is this the BSP? More... | |
ARM architecture initialization.
| void arch_init | ( | uint32_t | magic, |
| void * | pointer, | ||
| uintptr_t | stack | ||
| ) |
| Entry | point to architecture specific initialization |
| magic | Magic value to tell the kernel it was started by multiboot |
| pointer | Pointer to the multiboot structure |
| stack | Pointer to the stack |
ASSUMPTIONS:
| bool cpu_is_bsp | ( | void | ) |
Is this the BSP?
1.8.11