OSDN Git Service

initial commit
[openbsd-octeon/openbsd-octeon.git] / src / etc / etc.luna88k / disktab
1 #       $OpenBSD: disktab,v 1.1 2004/04/21 18:23:44 miod Exp $
2
3 #
4 #       @(#)disktab     5.5 (Berkeley) 2/27/91
5 #
6 # Disk geometry and partition layout tables.
7 # Key:
8 #       ty      type of disk
9 #       ns      #sectors/track
10 #       nt      #tracks/cylinder
11 #       nc      #cylinders/disk
12 #       rm      rpm, 3600 default
13 #       se      sector size, 512 default
14 #       sf      supports bad144-style bad sector forwarding
15 #       so      partition offsets in sectors
16 #       p[a-p]  partition sizes in sectors
17 #       b[a-p]  partition block sizes in bytes
18 #       f[a-p]  partition fragment sizes in bytes
19 #
20 # All partition sizes contain space
21 # for bad sector tables unless the
22 # device drivers fail to support this.
23 #
24 # Entries may also be used for other compatible drives
25 # with the same geometry.
26
27 #
28 # XXX - Would like :ba#4096:fa#512: but that panics...
29 # Leave nc=16; adjust size using: ns
30 rdroot|ramdiskroot|RAM-disk root FS image:\
31         :ty=simulated:se#512:nc#16:nt#2:ns#128:\
32         :ta=4.2BSD:oa#0:pa#4096:fa#512:ba#4096\
33         :ob#0:pb#0:oc#0:pc#4096:
34 miniroot|Installation root-on-swap FS image:\
35         :ty=simulated:se#512:ns#32:nt#8:nc#64:\
36         :ta=4.2BSD:oa#0:pa#16384:\
37         :ob#0:pb#0:oc#0:pc#16384:
38