From: Kevin O'Connor Date: Sun, 10 Jun 2012 13:18:44 +0000 (-0400) Subject: Minor - extend the size of the 'struct bios_data_area_s' to 256 bytes. X-Git-Tag: rel-1.7.1~29 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7af133c6b4464a22eeb7310f9815d4c2d7b03291;p=seabios.git Minor - extend the size of the 'struct bios_data_area_s' to 256 bytes. Make the struct 256 bytes - just for documentation purposes. Signed-off-by: Kevin O'Connor --- diff --git a/src/biosvar.h b/src/biosvar.h index c879f40..f0a0fd2 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -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