diff options
Diffstat (limited to 'Kernel/Patches/BlkDevInitFDC.HC')
| -rw-r--r-- | Kernel/Patches/BlkDevInitFDC.HC | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Kernel/Patches/BlkDevInitFDC.HC b/Kernel/Patches/BlkDevInitFDC.HC index 3fbe709..630bad8 100644 --- a/Kernel/Patches/BlkDevInitFDC.HC +++ b/Kernel/Patches/BlkDevInitFDC.HC @@ -1,3 +1,7 @@ +// 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); |
