From: Ben Gras Date: Fri, 24 Feb 2012 10:50:28 +0000 (+0100) Subject: start modules at 16MB X-Git-Tag: v3.2.1~695 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/gitweb.js?a=commitdiff_plain;h=a64ad3054b1fdeff272dbb3066370c5d8b958f1e;p=minix.git start modules at 16MB . keep more memory free below 16MB for e.g. lance --- diff --git a/usr.bin/mkimage/mkimage.c b/usr.bin/mkimage/mkimage.c index bfca665d1..0228ed2aa 100644 --- a/usr.bin/mkimage/mkimage.c +++ b/usr.bin/mkimage/mkimage.c @@ -14,7 +14,7 @@ #include #include -#define BOOTPROG_LOAD_START 0x00800000ULL +#define BOOTPROG_LOAD_START 0x01000000ULL int nflag = 0;