aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/write_disk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* get bootblocks right.Poul-Henning Kamp1995-04-301-2/+6
| | | | | | | | | | Add mbr and bteasy17 to tst01 read partitions from kernel instead of disk. Still problems with writing labels, discussing with Bruce. Extended slices doesn't get written yet. Notes: svn path=/head/; revision=8183
* Use 0xff for CHS when past 1024 cyls.Poul-Henning Kamp1995-04-301-22/+34
| | | | | | | Fix (hopefully) a bug Gary found. Notes: svn path=/head/; revision=8180
* Now we do writes too.Poul-Henning Kamp1995-04-301-1/+157
| | | | Notes: svn path=/head/; revision=8178
* Names are assigned when chunks are created.Poul-Henning Kamp1995-04-291-0/+34
Rules for only one fat & one extended in MBR. Notes: svn path=/head/; revision=8160