Bug fixes; get mouse working.
[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 1
7 #define CONFIG_ATA 1
8 #define CONFIG_KBD_CALL_INT15_4F 1
9 #define CONFIG_ELTORITO_BOOT 0
10
11 #define CONFIG_MAX_ATA_INTERFACES 4
12 #define CONFIG_MAX_ATA_DEVICES  (CONFIG_MAX_ATA_INTERFACES*2)
13
14 #define CONFIG_STACK_SEGMENT 0x00
15 #define CONFIG_STACK_OFFSET  0xfffe
16
17 #define CONFIG_MODEL_ID      0xFC
18 #define CONFIG_SUBMODEL_ID   0x00
19 #define CONFIG_BIOS_REVISION 0x01
20
21 #endif // config.h