diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-03-02 11:24:36 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-03-02 11:24:36 -0500 |
commit | 44c631dfd23de0ee83a8a98a95815b452727ba95 (patch) | |
tree | 168d5b156e29100227486131e5c24d94305d5705 /src/config.h | |
parent | 8ce2cd846ed2c64258600f6a6664fa1cd5dfef11 (diff) | |
download | seabios-44c631dfd23de0ee83a8a98a95815b452727ba95.tar.gz |
Enhance included bios tables.
Moved floppy parameter table to its 0xefc7 location.
Define floppy base table as a struct.
Cleaned up definitions in romlayout.S
Fixed bug in handle_15c0 - wasn't clearing cf.
Clean up some post.c usages of bios tables.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index feb8f27f..a440201d 100644 --- a/src/config.h +++ b/src/config.h @@ -13,4 +13,8 @@ #define CONFIG_STACK_SEGMENT 0x00 #define CONFIG_STACK_OFFSET 0xfffe +#define CONFIG_MODEL_ID 0xFC +#define CONFIG_SUBMODEL_ID 0x00 +#define CONFIG_BIOS_REVISION 0x01 + #endif // config.h |