diff options
| author | Harley Travis <harleytravis123@outlook.com> | 2026-06-27 16:16:43 -0500 |
|---|---|---|
| committer | Harley Travis <harleytravis123@outlook.com> | 2026-06-27 16:16:43 -0500 |
| commit | 17d4ab1c68db80cd57354680c8753cba1883311c (patch) | |
| tree | f0ca19e80cb57a672b4b3a22df1f9931d82d77b8 | |
| parent | 47b555b41e247f79a3f209fffbdb960184304fb7 (diff) | |
| download | templeos-floppy-driver-17d4ab1c68db80cd57354680c8753cba1883311c.tar.gz | |
Update instructions to add DskChg patch
| -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 |
