From 9f287f4baf0f1cde4ac42a397f58fca11b91bcf1 Mon Sep 17 00:00:00 2001 From: nonaka Date: Fri, 11 Apr 2008 16:43:49 +0000 Subject: [PATCH] increase bsdimage size. --- sys/arch/zaurus/stand/zbsdmod/zbsdmod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c b/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c index 785bf1d89b76..d2f8e782e40b 100644 --- a/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c +++ b/sys/arch/zaurus/stand/zbsdmod/zbsdmod.c @@ -1,4 +1,4 @@ -/* $NetBSD: zbsdmod.c,v 1.1 2006/12/17 16:07:11 peter Exp $ */ +/* $NetBSD: zbsdmod.c,v 1.2 2008/04/11 16:43:49 nonaka Exp $ */ /* $OpenBSD: zbsdmod.c,v 1.7 2005/05/02 02:45:29 uwe Exp $ */ /* @@ -76,8 +76,8 @@ static Elf_Shdr *shp; static Elf_Off off; static int havesyms; -/* The maximum size of a kernel image is restricted to 5MB. */ -static u_int bsdimage[1310720]; /* XXX use kmalloc() */ +/* The maximum size of a kernel image is restricted to 10MB. */ +static u_int bsdimage[10485760/sizeof(u_int)]; /* XXX use kmalloc() */ static char bootargs[BOOTARGS_BUFSIZ]; /*