mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
Added fields present in the documentation but not in the header file.
This commit is contained in:
@@ -93,6 +93,17 @@ typedef struct multiboot_info
|
|||||||
} u;
|
} u;
|
||||||
unsigned long mmap_length;
|
unsigned long mmap_length;
|
||||||
unsigned long mmap_addr;
|
unsigned long mmap_addr;
|
||||||
|
unsigned long drives_length;
|
||||||
|
unsigned long drives_addr;
|
||||||
|
unsigned long config_table;
|
||||||
|
unsigned long boot_loader_name;
|
||||||
|
unsigned long apm_table;
|
||||||
|
unsigned long vbe_control_info;
|
||||||
|
unsigned long vbe_mode_info;
|
||||||
|
unsigned short vbe_mode;
|
||||||
|
unsigned short vbe_interface_seg;
|
||||||
|
unsigned short vbe_interface_off;
|
||||||
|
unsigned short vbe_interface_len;
|
||||||
} multiboot_info_t;
|
} multiboot_info_t;
|
||||||
|
|
||||||
/* The module structure. */
|
/* The module structure. */
|
||||||
@@ -117,3 +128,9 @@ typedef struct memory_map
|
|||||||
} memory_map_t;
|
} memory_map_t;
|
||||||
|
|
||||||
#endif /* ! ASM */
|
#endif /* ! ASM */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Local variables:
|
||||||
|
* c-basic-offset: 2
|
||||||
|
* End:
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user