From 17d4ab1c68db80cd57354680c8753cba1883311c Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sat, 27 Jun 2026 16:16:43 -0500 Subject: Update instructions to add DskChg patch --- Instructions.TXT | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3