Home
last modified time | relevance | path

Searched defs:multiboot_info (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/include/
Dmultiboot.h103 struct multiboot_info { struct
104 uint32_t flags;
105 uint32_t mem_lower;
106 uint32_t mem_upper;
107 uint32_t boot_device;
108 uint32_t cmdline;
109 uint32_t mods_count;
110 uint32_t mods_addr;
111 union {
114 } syms;
[all …]
/external/syslinux/com32/mboot/
Dmb_info.h102 struct multiboot_info { struct
104 uint32_t flags;
107 uint32_t mem_lower;
108 uint32_t mem_upper;
111 uint32_t boot_device;
114 uint32_t cmdline;
117 uint32_t mods_count;
118 uint32_t mods_addr;
120 union {
135 } syms;
[all …]