From 42abedb0382e6651f8da7e37ba147d22c16ea29f Mon Sep 17 00:00:00 2001 From: gmcgarry Date: Sat, 23 Feb 2002 21:48:08 +0000 Subject: [PATCH] Trim down to 1.2MB ramdisk for booting on 4MB machines. --- sys/arch/hp300/conf/RAMDISK | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index 62bec962151e..6d46e8f8bf46 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.2 2002/02/13 06:02:46 gmcgarry Exp $ +# $NetBSD: RAMDISK,v 1.3 2002/02/23 21:48:08 gmcgarry Exp $ # # RAMDISK machine description file # @@ -11,7 +11,7 @@ include "arch/hp300/conf/INSTALL" options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support -options MINIROOTSIZE=4000 # size of memory disk, in blocks (2MB) +options MINIROOTSIZE=2400 # size of memory disk, in blocks (1.2MB) file-system MFS # Memory-based filesystem