diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index f877101d..ba63b7e1 100644 --- a/src/config.h +++ b/src/config.h @@ -35,6 +35,8 @@ #define CONFIG_CDROM_EMU 1 // Support int 1a/b1 PCI BIOS calls #define CONFIG_PCIBIOS 1 +// Maximum number of PCI busses. +#define CONFIG_PCI_BUS_COUNT 2 // Support int 15/53 APM BIOS calls #define CONFIG_APMBIOS 1 // Support int 19/18 system bootup support |