Home | History | Annotate | Line # | Download | only in bootimage
      1 # $NetBSD: diskproto.mbrfat.in,v 1.1 2020/03/21 14:19:27 tsutsui Exp $
      2 type: ESDI
      3 disk: image
      4 label: 
      5 flags:
      6 bytes/sector: 512
      7 sectors/track: @@SECTORS@@
      8 tracks/cylinder: @@HEADS@@
      9 sectors/cylinder: @@SECPERCYLINDERS@@
     10 cylinders: @@CYLINDERS@@
     11 total sectors: @@IMAGESECTORS@@
     12 rpm: 3600
     13 interleave: 1
     14 trackskew: 0
     15 cylinderskew: 0
     16 headswitch: 0           # microseconds
     17 track-to-track seek: 0  # microseconds
     18 drivedata: 0 
     19 
     20 8 partitions:
     21 #        size    offset     fstype [fsize bsize cpg/sgs]
     22 a:    @@FSSECTORS@@ @@FSOFFSET@@ 4.2BSD 1024 8192 16
     23 b:    @@SWAPSECTORS@@ @@SWAPOFFSET@@ swap
     24 c:    @@BSDPARTSECTORS@@ @@FSOFFSET@@ unused 0 0
     25 d:    @@IMAGESECTORS@@ 0 unused 0 0
     26 e:    @@FATSECTORS@@ @@FATOFFSET@@ MSDOS
     27