Increase md size to 2MB.
This commit is contained in:
parent
1aa63c9fab
commit
5d7288c24d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: disktab,v 1.2 1999/01/13 10:51:07 tsubai Exp $
|
||||
# $NetBSD: disktab,v 1.3 1999/08/28 16:49:49 tsubai Exp $
|
||||
#
|
||||
# Disk geometry and partition layout tables.
|
||||
# Key:
|
||||
@ -26,14 +26,11 @@
|
||||
# f[a-h] partition fragment sizes in bytes
|
||||
# t[a-h] partition types (filesystem, swap, etc)
|
||||
#
|
||||
# All partition sizes reserve space for bad sector tables.
|
||||
# (5 cylinders needed for maintenance + replacement sectors)
|
||||
#
|
||||
|
||||
floppyinstfs|NetBSD floppy install filesystem:\
|
||||
:ty=floppy:se#512:nt#2:rm#300:ns#16:nc#96:\
|
||||
:pa#3072:oa#0:ba#4096:fa#512:ta=4.2BSD:\
|
||||
:pc#3072:oc#0:
|
||||
:ty=floppy:se#512:nt#2:rm#300:ns#16:nc#128:\
|
||||
:pa#4096:oa#0:ba#4096:fa#512:ta=4.2BSD:\
|
||||
:pc#4096:oc#0:
|
||||
|
||||
floppy|floppy3|3in|3.5in High Density Floppy:\
|
||||
:ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC_MD,v 1.2 1999/03/26 16:40:09 tsubai Exp $
|
||||
# $NetBSD: GENERIC_MD,v 1.3 1999/08/28 16:50:36 tsubai Exp $
|
||||
#
|
||||
# GENERIC_MD config file
|
||||
#
|
||||
@ -8,7 +8,7 @@ include "arch/macppc/conf/GENERIC"
|
||||
# Enable the hooks used for initializing the ram-disk.
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MINIROOTSIZE=3072 # 1.5 Megabytes
|
||||
options MINIROOTSIZE=4096 # 2 Megabytes
|
||||
|
||||
# Standard system options
|
||||
options BUFPAGES=800
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.14 1999/08/27 07:59:49 tsubai Exp $
|
||||
# $NetBSD: INSTALL,v 1.15 1999/08/28 16:50:36 tsubai Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -12,7 +12,7 @@ makeoptions TEXTADDR=0x800000
|
||||
# Enable the hooks used for initializing the ram-disk.
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MINIROOTSIZE=3072 # 1.5 Megabytes
|
||||
options MINIROOTSIZE=4096 # 2 Megabytes
|
||||
|
||||
# Standard system options
|
||||
options BUFPAGES=800
|
||||
|
Loading…
Reference in New Issue
Block a user