#include <arch/multiboot.h>
#include <iomanip>
#include <kiostream.h>
#include <types.h>
Include dependency graph for mbtrampoline.cpp:
Functions | |
void | mbtrampoline (Zygoma::u32 multibootMagic, Zygoma::u32 multibootAddress) |
The multiboot loader trampoline thunk. |
|
The multiboot loader trampoline thunk. This function validates the multiboot information structire passed in from the multiboot-compliant bootloader (such as GRUB) and stores the pointer to it in a globall-accessible location.
Here is the call graph for this function: |