Signed-off-by: Julian Pidancet <[email protected]>
---
 src/biosvar.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/biosvar.h b/src/biosvar.h
index 2b755e3..ad791ab 100644
--- a/src/biosvar.h
+++ b/src/biosvar.h
@@ -112,7 +112,8 @@ struct bios_data_area_s {
     struct segoff_s video_savetable;
     u8 other_ac[4];
     // 40:B0
-    u8 other_b0[10];
+    u8 other_b0[9];
+    u8 vbe_flag;
     u16 vbe_mode;
 } PACKED;
 
-- 
Julian Pidancet


_______________________________________________
SeaBIOS mailing list
[email protected]
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to