bump
This commit is contained in:
parent
51c940a16c
commit
1d2d37be68
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.4 2019/03/29 16:03:20 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2019/03/31 16:09:14 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGETAR= diskimage.tgz
|
||||
IMAGESIZE= 3600k
|
||||
IMAGESIZE= 3800k
|
||||
MAKEFS_FLAGS+= -f 15
|
||||
|
||||
WARNS= 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK,v 1.3 2015/08/21 01:52:07 uebayasi Exp $
|
||||
# $NetBSD: RAMDISK,v 1.4 2019/03/31 16:10:27 christos Exp $
|
||||
#
|
||||
# Install kernel with ramdisk added.
|
||||
# The ramdisk is be too big to netboot directly via ECOFF on some machines,
|
||||
|
@ -15,7 +15,7 @@ pseudo-device ksyms
|
|||
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=7000 # size of memory disk, in blocks (3500kB)
|
||||
options MEMORY_DISK_ROOT_SIZE=7600 # size of memory disk, in blocks (3800kB)
|
||||
#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
|
||||
|
||||
# File systems: need MFS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK,v 1.15 2019/02/13 07:55:33 gson Exp $
|
||||
# $NetBSD: RAMDISK,v 1.16 2019/03/31 16:11:57 christos Exp $
|
||||
#
|
||||
# Install kernel with ramdisk added.
|
||||
# The ramdisk is be too big to netboot directly via ECOFF on some machines,
|
||||
|
@ -13,7 +13,7 @@ include "arch/pmax/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 MEMORY_DISK_ROOT_SIZE=7200 # size of memory disk, in blocks (3500kB)
|
||||
options MEMORY_DISK_ROOT_SIZE=8000 # size of memory disk, in blocks (4000kB)
|
||||
#options MEMORY_DISK_ROOT_SIZE=2880 # 1.44M, same as a floppy
|
||||
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK64,v 1.4 2011/02/20 07:50:24 matt Exp $
|
||||
# $NetBSD: RAMDISK64,v 1.5 2019/03/31 16:11:57 christos Exp $
|
||||
#
|
||||
# Install kernel with ramdisk added.
|
||||
# The ramdisk is be too big to netboot directly via ECOFF on some machines,
|
||||
|
@ -13,7 +13,7 @@ include "arch/pmax/conf/INSTALL64"
|
|||
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=7168 # size of memory disk, in blocks (3500kB)
|
||||
options MEMORY_DISK_ROOT_SIZE=8000 # size of memory disk, in blocks (4000kB)
|
||||
|
||||
# File systems: need MFS
|
||||
file-system MFS # memory file system
|
||||
|
|
Loading…
Reference in New Issue