diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 14:58:54 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 14:58:54 +0000 |
commit | fe70591923bde7fd2ff3f10231c701a9545dd4d6 (patch) | |
tree | 696eb6ae5164a861891aa7e5dec890417422601d /sys | |
parent | b568b9324b84571c182bc39614a8f87695fec4c3 (diff) |
shrink (low memory machine) and comment correctly.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/zaurus/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <arm/param.h> |