blob: 697d42a116c5229c2d4f1b002ce574357c76a200 (
plain)
1
2
3
4
5
6
7
|
// PATCH: Add read support for floppy disks
// FILE: ::/Kernel/BlkDev/DskBlkDev.HC
// TO INSTALL: #include this file at the end of the switch statment
case BDT_FLOPPY:
res=FDCRBlks(dv,buf,blk,cnt);
break;
|