Home
last modified time | relevance | path

Searched defs:multiboot_header (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Dmb_header.h24 struct multiboot_header struct
27 unsigned magic;
30 unsigned flags;
54 * The entire multiboot_header must be contained argument
/titanic_53/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h101 struct multiboot_header struct
104 multiboot_uint32_t magic;
107 multiboot_uint32_t flags;
110 multiboot_uint32_t checksum;
113 multiboot_uint32_t header_addr;
114 multiboot_uint32_t load_addr;
115 multiboot_uint32_t load_end_addr;
116 multiboot_uint32_t bss_end_addr;
117 multiboot_uint32_t entry_addr;
120 multiboot_uint32_t mode_type;
[all …]
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h49 typedef struct multiboot_header struct
59 } multiboot_header_t; argument
H A Dboot.S32 multiboot_header: label
/titanic_53/usr/src/uts/common/sys/
H A Dmultiboot.h60 typedef struct multiboot_header { struct
69 } multiboot_header_t; argument