summaryrefslogtreecommitdiffstats
path: root/defs.h
diff options
context:
space:
mode:
authorMichael Brown2009-09-18 05:35:33 +0200
committerMichael Brown2012-07-09 16:41:25 +0200
commitf50a97b1e7fed3cf8f34ee414c37a998c578f63f (patch)
tree12e908b38065159a627187349edb2d9fda5af654 /defs.h
parent[import] Import version 1.27 (diff)
downloadmemtest86-f50a97b1e7fed3cf8f34ee414c37a998c578f63f.tar.gz
memtest86-f50a97b1e7fed3cf8f34ee414c37a998c578f63f.tar.xz
memtest86-f50a97b1e7fed3cf8f34ee414c37a998c578f63f.zip
[import] Import version 1.30
http://www.memtest.org/download/1.30/memtest86+-1.30.tar.gz
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index 9b9c796..3a27bee 100644
--- a/defs.h
+++ b/defs.h
@@ -13,7 +13,7 @@
* so the build process should be more robust.
*/
#define LOW_TEST_ADR 0x00002000 /* Final adrs for test code */
-#define HIGH_TEST_ADR 0x00100000 /* Relocation base address */
+#define HIGH_TEST_ADR 0x00200000 /* Relocation base address */
#define BOOTSEG 0x07c0 /* Segment adrs for inital boot */
#define INITSEG 0x9000 /* Segment adrs for relocated boot */