Enhance included bios tables.
[seabios.git] / src / config.h
1 #ifndef __CONFIG_H
2 #define __CONFIG_H
3 // Configuration definitions.
4
5 #define CONFIG_FLOPPY_SUPPORT 1
6 #define CONFIG_PS2_MOUSE 0
7 #define CONFIG_ATA 1
8 #define CONFIG_KBD_CALL_INT15_4F 1
9 #define CONFIG_ELTORITO_BOOT 0
10 #define CONFIG_MAX_ATA_INTERFACES 4
11 #define CONFIG_MAX_ATA_DEVICES  (CONFIG_MAX_ATA_INTERFACES*2)
12
13 #define CONFIG_STACK_SEGMENT 0x00
14 #define CONFIG_STACK_OFFSET  0xfffe
15
16 #define CONFIG_MODEL_ID      0xFC
17 #define CONFIG_SUBMODEL_ID   0x00
18 #define CONFIG_BIOS_REVISION 0x01
19
20 #endif // config.h