Go to the documentation of this file.
23 #ifndef __POK_MULTIBOOT_H__
24 #define __POK_MULTIBOOT_H__
26 #define MULTIBOOT_BOOTLOADER_MAGIC 0x2BADB002
31 #define MULTIBOOT_HEADER_MAGIC 0x1BADB002
36 #define MULTIBOOT_HEADER_FLAGS 0x00010003
41 #define MULTIBOOT_BOOTLOADER_MAGIC 0x2BADB002
46 #define MULTIBOOT_STACK_SIZE 0x4000
48 #define MULTIBOOT_CMDLINE 4
49 #define MULTIBOOT_MODS 8
54 #ifdef HAVE_ASM_USCORE
55 # define EXT_C(sym) _ ## sym
57 # define EXT_C(sym) sym