#include <stdint.h>
#include <multiboot.h>
uint32_t multiboot_getAddress()
{
return 0;
}
uint32_t multiboot_getMagic()