diff options
| -rw-r--r-- | Instructions.TXT | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Instructions.TXT b/Instructions.TXT index b9b40d7..af89a77 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 15:54:40 CDT. +Generated on Saturday, June 27, 2026 at 16:16:15 CDT. ./Install.HC PURPOSE: Semi-automate the floppy driver install process @@ -93,6 +93,11 @@ Kernel/BlkDev/DskFDC.HC PURPOSE: Adds support for std PC floppy dsk ctrlrs to TempleOS TO INSTALL: #include this file after DskATA in MakeBlkDev.HC. +Kernel/BlkDev/Patches/DskChgFDC.HC +PATCH: Allow DskChg to do file system checks on floppy disks +FILE: ::/Kernel/BlkDev/DskDrv.HC +TO INSTALL: #include this file before the call to DskCacheInvalidate(). + Kernel/BlkDev/Patches/Let2BlkDevTypeFDC.HC PATCH: Remaps ltrs W-Z for floppy drives FILE: ::/Kernel/BlkDev/DskDrv.HC |
