summaryrefslogtreecommitdiff
path: root/Kernel/Patches/BlkDevAddFDC.HC
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Patches/BlkDevAddFDC.HC')
-rw-r--r--Kernel/Patches/BlkDevAddFDC.HC4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kernel/Patches/BlkDevAddFDC.HC b/Kernel/Patches/BlkDevAddFDC.HC
index 3a9d749..1f9e75a 100644
--- a/Kernel/Patches/BlkDevAddFDC.HC
+++ b/Kernel/Patches/BlkDevAddFDC.HC
@@ -1,3 +1,7 @@
+// PATCH: Add the ability to create floppy drvs
+// FILE: ::/Kernel/BlkDev/DskAddDev.HC
+// TO INSTALL: #include this file at the end of the switch statement.
+
case BDT_FLOPPY:
dv->dv_signature=DRV_SIGNATURE_VAL;
if (!BlkDevInit(bd))