// PATCH: Add read support for floppy disks // FILE: ::/Kernel/BlkDev/DskBlk.HC // TO INSTALL: #include this file at the end of the switch statment case BDT_FLOPPY: res=FDCRBlks(dv,buf,blk,cnt); break;