]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor - extend the size of the 'struct bios_data_area_s' to 256 bytes.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 10 Jun 2012 13:18:44 +0000 (09:18 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 10 Jun 2012 13:18:44 +0000 (09:18 -0400)
Make the struct 256 bytes - just for documentation purposes.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/biosvar.h

index c879f402c227e56395aa0ada80862693aeee9cb4..f0a0fd2eb3ff935c8386dd78d5f0671163d8c35d 100644 (file)
@@ -114,6 +114,9 @@ struct bios_data_area_s {
     u8 other_b0[9];
     u8 vbe_flag;
     u16 vbe_mode;
+    u8 other_bc[4];
+    // 40:C0
+    u8 other_c0[4*16];
 } PACKED;
 
 // BDA floppy_recalibration_status bitdefs