diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-01-28 20:33:20 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-01-28 20:33:20 -0500 |
commit | 2d3f0f5e4040a5b2dabc278bc5aa5bc3d9e71e1b (patch) | |
tree | 82d76431845a5c66830d30cd98145ff6e3ec88b8 /src/config.h | |
parent | 41c09574829b1f290b7f013ab1e86cb9c559b2f4 (diff) | |
download | seabios-2d3f0f5e4040a5b2dabc278bc5aa5bc3d9e71e1b.tar.gz |
Go back to using 0xf0000000 for PCI memory start.
Qemu/Kvm still has some dependencies on 0xe0000000, so go back until
they are ready.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index dc0b69fe..d83d6eaa 100644 --- a/src/config.h +++ b/src/config.h @@ -145,6 +145,7 @@ // 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 |