--- qemu/roms/seabios/src/config.h 2018/04/24 17:36:48 1.1 +++ qemu/roms/seabios/src/config.h 2018/04/24 18:00:40 1.1.1.3 @@ -142,6 +142,8 @@ #define BUILD_BIOS_SIZE 0x10000 // 32KB for shadow ram copying (works around emulator deficiencies) #define BUILD_BIOS_TMP_ADDR 0x30000 +#define BUILD_MAX_HIGHMEM 0xe0000000 +#define BUILD_PCIMEM_START 0xf0000000 #define BUILD_APIC_ADDR 0xfee00000 #define BUILD_IOAPIC_ADDR 0xfec00000 @@ -191,6 +193,8 @@ #define DEBUG_ISR_hwpic2 5 #define DEBUG_HDL_pnp 1 #define DEBUG_HDL_pmm 1 +#define DEBUG_HDL_pcibios32 9 +#define DEBUG_HDL_apm 9 #define DEBUG_unimplemented 2 #define DEBUG_invalid 3