Shrink ramdisk to 500k again.
The crunched binary with optimized libraries fits it.
This commit is contained in:
parent
4bd4cc6d3d
commit
03326f4ad8
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.19 2008/04/25 23:01:27 he Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2008/04/27 05:59:47 tsutsui Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
||||
.include <bsd.kernobj.mk>
|
||||
|
||||
IMAGE= ramdisk.fs
|
||||
IMAGESIZE= 700k
|
||||
IMAGESIZE= 500k
|
||||
MAKEFS_FLAGS= -f 15 -o density=2048
|
||||
|
||||
WARNS= 1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK,v 1.39 2008/04/26 03:08:59 tsutsui Exp $
|
||||
# $NetBSD: RAMDISK,v 1.40 2008/04/27 05:59:47 tsutsui Exp $
|
||||
|
||||
# RAMDISK: Root/swap on ramdisk
|
||||
# This kernel is used to:
|
||||
|
@ -97,7 +97,7 @@ options INET # IP protocol stack support
|
|||
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=1400 # size of memory disk, in blocks
|
||||
options MEMORY_DISK_ROOT_SIZE=1000 # size of memory disk, in blocks
|
||||
|
||||
config netbsd root on ? type ffs
|
||||
|
||||
|
|
Loading…
Reference in New Issue