diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-12-23 21:24:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-12-23 21:24:27 -0500 |
commit | afc02dab0f5bca348a0d36916c163286ea3e3912 (patch) | |
tree | 8d711cb543786bf06bf7a63cf2328cd87b8a99dc /src/config.h | |
parent | fb214dc70aaeb7b4bbaf270bb9566843a0606933 (diff) | |
download | seabios-afc02dab0f5bca348a0d36916c163286ea3e3912.tar.gz |
Add symbolic definitions for MTRR code.
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 c1f151df..cf5678d1 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 |