diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-07 12:46:59 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-07 12:46:59 +0000 |
commit | d48e8aff47b9a89c1a3e6143764547a3ae49ec02 (patch) | |
tree | c990088fafe82f4f70d779f4666189af9a72961a /distrib/alpha/ramdisk/disktab.preinstall | |
parent | 1a826585c4670a8614850f07dd07676af8842ded (diff) |
*Very* rough cut at a ramdisk-kernel that fits onto a floppy.
The ecoffrdsetroot support is from millert@openbsd.org. Mostly copied from
the powerpc ports, thus a lot of powerpc specific stuff remains.
Needs a lot of work, hopefully done in the next few days.
Diffstat (limited to 'distrib/alpha/ramdisk/disktab.preinstall')
-rw-r--r-- | distrib/alpha/ramdisk/disktab.preinstall | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/distrib/alpha/ramdisk/disktab.preinstall b/distrib/alpha/ramdisk/disktab.preinstall new file mode 100644 index 00000000000..06d70368756 --- /dev/null +++ b/distrib/alpha/ramdisk/disktab.preinstall @@ -0,0 +1,32 @@ +# +# $OpenBSD: disktab.preinstall,v 1.1 1997/05/07 12:46:54 niklas 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) +# |