aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-01-28 20:33:20 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-01-28 20:33:20 -0500
commit2d3f0f5e4040a5b2dabc278bc5aa5bc3d9e71e1b (patch)
tree82d76431845a5c66830d30cd98145ff6e3ec88b8 /src/config.h
parent41c09574829b1f290b7f013ab1e86cb9c559b2f4 (diff)
downloadseabios-hppa-2d3f0f5e4040a5b2dabc278bc5aa5bc3d9e71e1b.zip
seabios-hppa-2d3f0f5e4040a5b2dabc278bc5aa5bc3d9e71e1b.tar.gz
seabios-hppa-2d3f0f5e4040a5b2dabc278bc5aa5bc3d9e71e1b.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index dc0b69f..d83d6ea 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