Make "miniroot" 2MB and add a 3MB "install-ramdisk" entry. Add comments
to both of these referring to which Makefile in src/distrib/pmax they are used in.
This commit is contained in:
parent
f6ee10996d
commit
3b40504351
@ -1,4 +1,4 @@
|
||||
# $NetBSD: disktab,v 1.6 1998/11/17 02:41:31 jonathan Exp $
|
||||
# $NetBSD: disktab,v 1.7 2000/01/05 13:05:15 simonb Exp $
|
||||
#
|
||||
# from: @(#)disktab 8.1 (Berkeley) 6/9/93
|
||||
#
|
||||
@ -38,11 +38,21 @@
|
||||
* The `b' partition is approx 48 megs while `c' is always the entire disk. T
|
||||
# The sum of `d', `e', and `f' is equal to `g' which is everything else.
|
||||
|
||||
miniroot:install diskimage\
|
||||
:dt=SCSI:ns#53:nt#15:nc#82:\
|
||||
:se#512:su#131072:rm#3600:\
|
||||
:pa#65536:oa#0:ba#8192:fa#1024:\
|
||||
:pc#65536:oc#0:bc#8192:fc#1024:
|
||||
# the following entry is referenced in src/distrib/pmax/instkernel/Makefile
|
||||
miniroot:2MB Install Diskimage\
|
||||
:ty=simulated:se#512:nt#2:ns#16:nc#128:\
|
||||
:ta=4.4BSD:\
|
||||
:pa#4096:oa#0:ba#4096:fa#512:\
|
||||
:pb#0:ob#0:\
|
||||
:pc#4096:oc#0:
|
||||
|
||||
# the following entry is referenced in src/distrib/pmax/ramdisk/Makefile
|
||||
install-ramdisk:3MB Installation Ramdisk:\
|
||||
:ty=simulated:se#512:nt#3:ns#16:nc#128:\
|
||||
:ta=4.4BSD:\
|
||||
:pa#6144:oa#0:ba#4096:fa#512:\
|
||||
:pb#0:ob#0:\
|
||||
:pc#6144:oc#0:
|
||||
|
||||
rz22|RZ22|DEC RZ22 Winchester:\
|
||||
:dt=SCSI:ty=winchester:ns#33:nt#4:nc#776:\
|
||||
|
Loading…
Reference in New Issue
Block a user