summaryrefslogtreecommitdiff
path: root/Instructions.TXT
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-07-04 16:25:29 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-07-04 16:25:29 -0500
commit6b221d797ec59bb2e869b9a80ea7088e68085178 (patch)
tree2c1850067d90b0a20cbdba94f7d11f58d682240f /Instructions.TXT
parent886220f65586e5e9cfa61e4c0242602b5b2b243e (diff)
downloadtempleos-floppy-driver-6b221d797ec59bb2e869b9a80ea7088e68085178.tar.gz
Update instructions to reflect previous commit
Diffstat (limited to 'Instructions.TXT')
-rw-r--r--Instructions.TXT6
1 files changed, 3 insertions, 3 deletions
diff --git a/Instructions.TXT b/Instructions.TXT
index af89a77..c89ec34 100644
--- a/Instructions.TXT
+++ b/Instructions.TXT
@@ -1,5 +1,5 @@
This file was generated using an automated Python script.
-Generated on Saturday, June 27, 2026 at 16:16:15 CDT.
+Generated on Saturday, July 4, 2026 at 16:25:00 CDT.
./Install.HC
PURPOSE: Semi-automate the floppy driver install process
@@ -117,12 +117,12 @@ TO INSTALL: #include this file at the end of the switch statement.
Kernel/BlkDev/Patches/BlkReadFDC.HC
PATCH: Add read support for floppy disks
-FILE: ::/Kernel/BlkDev/DskBlkDev.HC
+FILE: ::/Kernel/BlkDev/DskBlk.HC
TO INSTALL: #include this file at the end of the switch statment
Kernel/BlkDev/Patches/BlkWriteFDC.HC
PATCH: Add write support for floppy disks
-FILE: ::/Kernel/BlkDev/DskBlkDev.HC
+FILE: ::/Kernel/BlkDev/DskBlk.HC
TO INSTALL: #include this file at the end of the switch statment
Kernel/BlkDev/Patches/BlkDevInitFDC.HC