Trim down to 1.2MB ramdisk for booting on 4MB machines.
This commit is contained in:
parent
19f1fd96ca
commit
42abedb038
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue