summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/write_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* start CHS is 0xff,0xff,0xff if past 1024.phk1995-05-011-17/+12
| | | | | | end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find bios the geometry again. Added a primitive "scan" to tst01.
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).phk1995-04-301-28/+32
| | | | | Get the CHS's right. Get the disklabels (more) right.
* get bootblocks right.phk1995-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.
* Use 0xff for CHS when past 1024 cyls.phk1995-04-301-22/+34
| | | | Fix (hopefully) a bug Gary found.
* Now we do writes too.phk1995-04-301-1/+157
|
* Names are assigned when chunks are created.phk1995-04-291-0/+34
Rules for only one fat & one extended in MBR.
OpenPOWER on IntegriCloud