diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-04-05 15:51:12 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-04-05 15:51:12 -0400 |
commit | e0113c99c083d9b812216e120aff9eb9806de91b (patch) | |
tree | 1b861afb2b61f9cc02580161c15da77af38a3397 /src/biosvar.h | |
parent | 567e4e3d349150e252f0d2914d6631e766308490 (diff) | |
download | seabios-e0113c99c083d9b812216e120aff9eb9806de91b.tar.gz |
Forward port new boot menu features from bochs bios.
Support boot menu during last stage of post.
Improve description of option roms.
Support printf of "%.s" to force printing strings on stack.
Enhance memcpy so that it also works in real-mode.
Diffstat (limited to 'src/biosvar.h')
-rw-r--r-- | src/biosvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index fe957e57..1c791dca 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -213,6 +213,7 @@ struct ipl_s { struct ipl_entry_s table[8]; u16 count; u16 sequence; + u16 bootfirst; }; #define IPL_TYPE_FLOPPY 0x01 |