diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-02-25 22:25:15 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-02-25 22:25:15 -0500 |
commit | f076a3eeb9a0185b06a2abbba8c798a7761b2bdf (patch) | |
tree | c4a56a0d43fc683678e91ab10a9fe561f9ef65ca /src/config.h | |
download | seabios-f076a3eeb9a0185b06a2abbba8c798a7761b2bdf.tar.gz |
Initial checkin.rel-0.1.0
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 00000000..53996b43 --- /dev/null +++ b/src/config.h @@ -0,0 +1,8 @@ +// Configuration definitions. + +#define CONFIG_FLOPPY_SUPPORT 1 +#define CONFIG_PS2_MOUSE 0 +#define CONFIG_ATA 0 +#define CONFIG_STACK16_SEGMENT 0x00 +#define CONFIG_STACK16_OFFSET 0xfffe +#define CONFIG_STACK32_OFFSET 0x80000 |