2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Added fields present in the documentation but not in the header file.

This commit is contained in:
Michael Brown 2007-01-11 19:41:13 +00:00
parent dc51af59a4
commit bcc98c78b8

View File

@ -93,6 +93,17 @@ typedef struct multiboot_info
} u;
unsigned long mmap_length;
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;
/* The module structure. */
@ -117,3 +128,9 @@ typedef struct memory_map
} memory_map_t;
#endif /* ! ASM */
/*
* Local variables:
* c-basic-offset: 2
* End:
*/