diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-15 04:27:20 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-15 04:27:20 +0000 |
commit | dac1e2449c3d5503940993308f9765cfb7efd1e0 (patch) | |
tree | c0d18f54968cd9529a71ae2191559e0dd03ff70e /distrib/mvme68k/ramdisk/disktab.shadow | |
parent | 73570626f45431b6c5e537b1dea7d61cb83745ee (diff) |
Add new style of miniroot building. primarily based on the distrib/miniroot
code.
Diffstat (limited to 'distrib/mvme68k/ramdisk/disktab.shadow')
-rw-r--r-- | distrib/mvme68k/ramdisk/disktab.shadow | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/distrib/mvme68k/ramdisk/disktab.shadow b/distrib/mvme68k/ramdisk/disktab.shadow new file mode 100644 index 00000000000..5b01c7be7d9 --- /dev/null +++ b/distrib/mvme68k/ramdisk/disktab.shadow @@ -0,0 +1,32 @@ +# +# $NetBSD: disktab.shadow,v 1.1.1.1 1996/05/19 19:43:39 leo Exp $ +# +# Disk geometry and partition layout tables. +# Key: +# dt controller type +# ty type of disk (fixed, removeable, simulated) +# d[0-4] drive-type-dependent parameters +# ns #sectors/track +# nt #tracks/cylinder +# nc #cylinders/disk +# sc #sectors/cylinder, nc*nt default +# su #sectors/unit, sc*nc default +# se sector size, DEV_BSIZE default +# rm rpm, 3600 default +# sf supports bad144-style bad sector forwarding +# sk sector skew per track, default 0 +# cs sector skew per cylinder, default 0 +# hs headswitch time, default 0 +# ts one-cylinder seek time, default 0 +# il sector interleave (n:1), 1 default +# bs boot block size, default BBSIZE +# sb superblock size, default SBSIZE +# o[a-h] partition offsets in sectors +# p[a-h] partition sizes in sectors +# b[a-h] partition block sizes in bytes +# 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) +# |