aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-11-20 09:22:19 -0500
committerKevin O'Connor <kevin@koconnor.net>2009-11-20 09:22:19 -0500
commit494dfc6e5fa137f8f7fcdcbe683e254d7362920a (patch)
tree9134604e324cd782d1b39170d183d4e5ed440a1d /src/config.h
parent3133e38211e61dc758d7e4e701eac7a556aa7067 (diff)
downloadseabios-hppa-494dfc6e5fa137f8f7fcdcbe683e254d7362920a.zip
seabios-hppa-494dfc6e5fa137f8f7fcdcbe683e254d7362920a.tar.gz
seabios-hppa-494dfc6e5fa137f8f7fcdcbe683e254d7362920a.tar.bz2
Move SeaBIOS post/boot stack to avoid conflict with gPXE.
It appears gPXE also uses a stack at 0x7c00. gPXE probably shouldn't do that, but for now, move SeaBIOS stack to 0x7000.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 3033133..05f3942 100644
--- a/src/config.h
+++ b/src/config.h
@@ -128,7 +128,7 @@
#define CONFIG_BIOS_REVISION 0x01
// Various memory addresses used by the code.
-#define BUILD_STACK_ADDR 0x7c00
+#define BUILD_STACK_ADDR 0x7000
#define BUILD_S3RESUME_STACK_ADDR 0x1000
#define BUILD_AP_BOOT_ADDR 0x10000
#define BUILD_EBDA_MINIMUM 0x90000