1 /******************************************************************************
2 multboot.h - MultiBoot header definitions.
3 ******************************************************************************/
8 #define MB_MAGIC 0x1BADB002
10 #define MB_FL_PGALIGN 1 /* Align boot modules on page */
11 #define MB_FL_MEMINFO 2 /* Must pass memory info to OS */
12 #define MB_FL_KLUDGE 0x10000 /* a.out kludge present */
14 struct tMultiBootHeader
{
25 #define MB_DEFAULTLOADADDR 0x110000 /* Default loading address */