summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Instructions.TXT38
1 files changed, 19 insertions, 19 deletions
diff --git a/Instructions.TXT b/Instructions.TXT
index 48e85a3..4b36283 100644
--- a/Instructions.TXT
+++ b/Instructions.TXT
@@ -1,5 +1,5 @@
This file was generated using an automated Python script.
-Generated on Friday, June 19, 2026 at 21:31:02 CDT.
+Generated on Saturday, June 20, 2026 at 20:01:38 CDT.
./Install.HC
PURPOSE: Semi-automate the floppy driver install process
@@ -19,39 +19,34 @@ PURPOSE: Exports floppy driver funs for use by other programs
TO INSTALL: #include this file after KernelA.HH in Kernel.PRJ.
THEN: Also #include it in StartOS.HC.
-Adam/Patches/Mount2LtrsFDC.HC
+Adam/ABlkDev/Patches/Mount2LtrsFDC.HC
PATCH: Update ltr lst to reflect remapping of drv ltrs
TO INSTALL: Comment out the original Print call.
THEN: #include this file after it.
ADAM PATCH: Must be installed after kernel patches!
-Adam/Patches/Mount2CaseAFDC.HC
+Adam/ABlkDev/Patches/Mount2CaseAFDC.HC
PATCH: Add the ability to configure floppy BlkDevs (part 1 of 2)
TO INSTALL: #include this file at the end of the first switch statement.
ADAM PATCH: Must be installed after kernel patches!
-Adam/Patches/Mount2VarsFDC2.HC
+Adam/ABlkDev/Patches/Mount2VarsFDC2.HC
PATCH: Add two new Bools for floppy configuration
TO INSTALL: Comment out the old Bool declaration.
THEN: #include this file after it.
ADAM PATCH: Must be installed after kernel patches!
-Adam/Patches/Mount2VarsFDC.HC
+Adam/ABlkDev/Patches/Mount2VarsFDC.HC
PATCH: Add more U8 bufs for floppy configuration
TO INSTALL: Comment out the original declaration.
THEN: #include this file after it.
ADAM PATCH: Must be installed after kernel patches!
-Adam/Patches/Mount2CaseBFDC.HC
+Adam/ABlkDev/Patches/Mount2CaseBFDC.HC
PATCH: Add the ability to configure floppy BlkDevs (part 2 of 2)
TO INSTALL: #include this file at the end of the second switch statement.
ADAM PATCH: Must be installed after kernel patches!
-Kernel/Patches/Let2BlkDevTypeFDC.HC
-PATCH: Remaps ltrs W-Z for floppy drives
-TO INSTALL: Comment out the original function.
-THEN: #include this file after it.
-
Kernel/Patches/KernelABDTs.HH
PATCH: Add floppy BlkDev type
TO INSTALL: Comment out the old block device type #defines.
@@ -62,10 +57,6 @@ PATCH: Add str for floppy BlkDev type to BlkDev str tbl
TO INSTALL: Comment out the old DefineLstLoad call.
THEN: #include this file after it.
-Kernel/Patches/BlkDevAddFDC.HC
-PATCH: Add the ability to create floppy drvs
-TO INSTALL: #include this file at the end of the switch statement.
-
Kernel/Patches/CBlkDevFDC.HC
PATCH: Add floppy params to the CBlkDev class
TO INSTALL: #include this file after the second U32 declaration.
@@ -74,11 +65,20 @@ Kernel/Patches/KFloppyDMA.HC
PATCH: Adds a buf for floppy DMA xfers.
TO INSTALL: #include this file at the end.
-Kernel/Patches/BlkDevInitFDC.HC
-PATCH: Add the ability to init floppy BlkDevs
-TO INSTALL: #include this file at the end of the switch statement.
-
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/Let2BlkDevTypeFDC.HC
+PATCH: Remaps ltrs W-Z for floppy drives
+TO INSTALL: Comment out the original function.
+THEN: #include this file after it.
+
+Kernel/BlkDev/Patches/BlkDevAddFDC.HC
+PATCH: Add the ability to create floppy drvs
+TO INSTALL: #include this file at the end of the switch statement.
+
+Kernel/BlkDev/Patches/BlkDevInitFDC.HC
+PATCH: Add the ability to init floppy BlkDevs
+TO INSTALL: #include this file at the end of the switch statement.
+