diff options
Diffstat (limited to 'Kernel/Patches/BlkDevInitFDC.HC')
| -rw-r--r-- | Kernel/Patches/BlkDevInitFDC.HC | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Kernel/Patches/BlkDevInitFDC.HC b/Kernel/Patches/BlkDevInitFDC.HC deleted file mode 100644 index 630bad8..0000000 --- a/Kernel/Patches/BlkDevInitFDC.HC +++ /dev/null @@ -1,8 +0,0 @@ -// PATCH: Add the ability to init floppy BlkDevs -// FILE: ::/Kernel/BlkDev/DskBlkDev.HC -// TO INSTALL: #include this file at the end of the switch statement. - -case BDT_FLOPPY: - bd->max_writes=bd->max_reads=bd->spt; - res=FDCInit(bd); - break;
\ No newline at end of file |
