]> Zhao Yanbai Git Server - minix.git/commitdiff
start modules at 16MB
authorBen Gras <ben@minix3.org>
Fri, 24 Feb 2012 10:50:28 +0000 (11:50 +0100)
committerBen Gras <ben@minix3.org>
Fri, 24 Feb 2012 10:51:07 +0000 (11:51 +0100)
. keep more memory free below 16MB for e.g. lance

usr.bin/mkimage/mkimage.c

index bfca665d189eea710b0ecdd8bdf9cda0f1f4afe4..0228ed2aad99cc8aa12dbd9713746d7e57eb9598 100644 (file)
@@ -14,7 +14,7 @@
 #include <unistd.h>
 #include <getopt.h>
 
-#define BOOTPROG_LOAD_START 0x00800000ULL
+#define BOOTPROG_LOAD_START 0x01000000ULL
 
 int nflag = 0;