[SeaBIOS] [PATCH V2 6/9] Add vbe_flag field in BDA

Julian Pidancet julian.pidancet at gmail.com
Mon Dec 19 06:07:58 CET 2011


Signed-off-by: Julian Pidancet <julian.pidancet at gmail.com>
---
 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




More information about the SeaBIOS mailing list