This commit is contained in:
skrll 2022-01-13 08:25:24 +00:00
parent 3e72ec5137
commit 04e9f53ab6
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.7 2019/12/29 18:26:17 christos Exp $
# $NetBSD: Makefile,v 1.8 2022/01/13 08:25:24 skrll Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
IMAGE= ramdisk.fs
IMAGESIZE= 3060k
IMAGESIZE= 3300k
MAKEFS_FLAGS+= -f 15
WARNS= 1

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.3 2019/11/04 00:59:31 christos Exp $
# $NetBSD: RAMDISK,v 1.4 2022/01/13 08:25:24 skrll Exp $
#
# RAMDISK machine description file
#
@ -9,6 +9,6 @@ include "arch/hppa/conf/GENERIC"
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 MEMORY_DISK_ROOT_SIZE=6120 # size of memory disk, in blocks
options MEMORY_DISK_ROOT_SIZE=6600 # size of memory disk, in blocks
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode