From 944b049e679d4b965a7ca83b25bce2dfddb61da6 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Thu, 18 Jun 2026 21:06:13 -0500 Subject: Update/add install instructions for header files I realized that KFloppyA would have to be included before KInts is, so that the IRQ definition can be used by IntInit2. The install instructions have been updated accordingly. Installation instructions were also added to KernelB. --- Kernel/KFloppyA.HH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/KFloppyA.HH') diff --git a/Kernel/KFloppyA.HH b/Kernel/KFloppyA.HH index 8f55bb4..2278f03 100644 --- a/Kernel/KFloppyA.HH +++ b/Kernel/KFloppyA.HH @@ -4,7 +4,7 @@ License. See the Copying.TXT file for details. */ -// TO INSTALL: #include this file in Kernel.PRJ, before MakeBlkDev is #included. +// TO INSTALL: #include this file in Kernel.PRJ, after KernelB.HH. // Also #include it in ::/StartOS.HC. // FDC uses IRQ6 = int 26h -- cgit v1.2.3