aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-12-23 21:24:27 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-12-23 21:24:27 -0500
commitafc02dab0f5bca348a0d36916c163286ea3e3912 (patch)
tree8d711cb543786bf06bf7a63cf2328cd87b8a99dc /src/config.h
parentfb214dc70aaeb7b4bbaf270bb9566843a0606933 (diff)
downloadseabios-hppa-afc02dab0f5bca348a0d36916c163286ea3e3912.zip
seabios-hppa-afc02dab0f5bca348a0d36916c163286ea3e3912.tar.gz
seabios-hppa-afc02dab0f5bca348a0d36916c163286ea3e3912.tar.bz2
Add symbolic definitions for MTRR code.
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 c1f151d..cf5678d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -142,6 +142,7 @@
#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_APIC_ADDR 0xfee00000
#define BUILD_IOAPIC_ADDR 0xfec00000