summaryrefslogtreecommitdiffstats
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/defs.h b/defs.h
index e1a3350..3891699 100644
--- a/defs.h
+++ b/defs.h
@@ -1,18 +1,19 @@
-/* defs.h - MemTest-86 assembler/compiler definitions
+/* defs.h - MemTest-86 Version 3.3
+ * assembler/compiler definitions
*
* Released under version 2 of the Gnu Public License.
- * By Chris Brady, cbrady@sgi.com
- */
+ * By Chris Brady
+ */
#define SETUPSECS 4 /* Number of setup sectors */
/*
* Caution!! There is magic in the build process. Read
- * README.build-process before you change anything.
+ * README.build-process before you change anything.
* Unlike earlier versions all of the settings are in defs.h
* so the build process should be more robust.
*/
-#define LOW_TEST_ADR 0x00002000 /* Final adrs for test code */
+#define LOW_TEST_ADR 0x00010000 /* Final adrs for test code */
#define BOOTSEG 0x07c0 /* Segment adrs for inital boot */
#define INITSEG 0x9000 /* Segment adrs for relocated boot */