// PATCH: Add write 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=FDCWBlks(dv,buf,blk,cnt); break;