More size hacks. We can now run the installer on 4MB machines.
This commit is contained in:
parent
8d05bb55f9
commit
bb2c24d761
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.13 1999/04/12 16:11:53 minoura Exp $
|
||||
# $NetBSD: INSTALL,v 1.14 1999/04/14 14:13:11 minoura Exp $
|
||||
|
||||
#
|
||||
# INSTALL -- installation kernel.
|
||||
|
@ -15,7 +15,7 @@ options MEMORY_DISK_SERVER=0 # No user space hooks
|
|||
#options MINIROOTSIZE=2400 # 1.2M, same as a 130mm floppy
|
||||
#options MINIROOTSIZE=2880 # 1.44M, same as a 90mm floppy
|
||||
options MINIROOTSIZE=2048
|
||||
options BUFCACHE=10
|
||||
options BUFCACHE=5 # Reserve 5% of the RAM as the cache.
|
||||
|
||||
## System kernel configuration. See options(4) for more detail.
|
||||
|
||||
|
@ -145,7 +145,7 @@ file-system FFS # Berkeley Fast Filesystem
|
|||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
#file-system NULLFS # NULL layered filesystem
|
||||
file-system MFS # memory-based filesystem
|
||||
#file-system MFS # memory-based filesystem
|
||||
#file-system FDESC # user file descriptor filesystem
|
||||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
#file-system LFS # Log-based filesystem (still experimental)
|
||||
|
|
Loading…
Reference in New Issue