![]() |
Xyris
0.5
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | stage2Entry (void *info, uint32_t magic) |
Definition in file Loader.hpp.
void stage2Entry | ( | void * | info, |
uint32_t | magic | ||
) |
Bootloader to kernel stage 2. This stage is responsible for handling any generic, catch all, preparations before calling into the kernel's main function. Stage 2 should be bootloader independent.
Bootloader to kernel stage 2. This stage is responsible for handling any generic, catch all, preparations before calling into the kernel's main function. Stage 2 should be bootloader independent.
Definition at line 23 of file Loader.cpp.