From: Arun Thomas Date: Tue, 21 Feb 2012 14:52:18 +0000 (+0100) Subject: mkimage: use a lower start address X-Git-Tag: v3.2.1~701 X-Git-Url: http://zhaoyanbai.com/repos/host.html?a=commitdiff_plain;h=a17f6600ceeda0020065b72c601cdec407e2b054;p=minix.git mkimage: use a lower start address --- diff --git a/usr.bin/mkimage/mkimage.c b/usr.bin/mkimage/mkimage.c index e20031a3d..bfca665d1 100644 --- a/usr.bin/mkimage/mkimage.c +++ b/usr.bin/mkimage/mkimage.c @@ -14,7 +14,7 @@ #include #include -#define BOOTPROG_LOAD_START 0x05000000ULL +#define BOOTPROG_LOAD_START 0x00800000ULL int nflag = 0;