From fe70591923bde7fd2ff3f10231c701a9545dd4d6 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Fri, 31 Dec 2004 14:58:54 +0000 Subject: shrink (low memory machine) and comment correctly. --- sys/arch/zaurus/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/arch/zaurus/include/param.h b/sys/arch/zaurus/include/param.h index 8296828c5a4..1b8a3abffcd 100644 --- a/sys/arch/zaurus/include/param.h +++ b/sys/arch/zaurus/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 2004/12/31 14:57:57 drahn Exp $ */ +/* $OpenBSD: param.h,v 1.4 2004/12/31 14:58:53 drahn Exp $ */ /* $NetBSD: param.h,v 1.4 2002/02/12 06:58:19 thorpej Exp $ */ /* @@ -37,10 +37,10 @@ #define _ZAURUS_PARAM_H_ /* - * cats boot dmesg is bigger than 4k + * 1 page should be enough */ #ifndef MSGBUFSIZE -#define MSGBUFSIZE (2*NBPG) +#define MSGBUFSIZE (1*NBPG) #endif #include -- cgit v1.2.3