From 0f378e8ba3c2817126f851fa782b66ab13af6ba3 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Fri, 12 Jun 2026 20:33:27 -0500 Subject: Add installation notes to source files. I added comments to all patch files explaining their function and how to install them. Installation instructions were also added to some of the code files as well. --- Kernel/KFloppyB2.HH | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Kernel/KFloppyB2.HH') diff --git a/Kernel/KFloppyB2.HH b/Kernel/KFloppyB2.HH index 09e5326..0af3047 100644 --- a/Kernel/KFloppyB2.HH +++ b/Kernel/KFloppyB2.HH @@ -4,6 +4,9 @@ License. See the Copying.TXT file for details. */ +// TO INSTALL: #include this file after KernelA.HH in Kernel.PRJ. +// Also #include it in StartOS.HC. + public extern U0 FDCDMAInit(U16 len); public extern U0 FDCDMAPrepWrite(); public extern U0 FDCDMAPrepRead(); -- cgit v1.2.3