summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyA.HH
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-18 21:06:13 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-18 21:06:13 -0500
commit944b049e679d4b965a7ca83b25bce2dfddb61da6 (patch)
tree2cb1f5285cf97440c8db2215b9fe32caabae1e82 /Kernel/KFloppyA.HH
parent420954060bc8bede578436f1459b856b5fff3e31 (diff)
downloadtempleos-floppy-driver-944b049e679d4b965a7ca83b25bce2dfddb61da6.tar.gz
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.
Diffstat (limited to 'Kernel/KFloppyA.HH')
-rw-r--r--Kernel/KFloppyA.HH2
1 files changed, 1 insertions, 1 deletions
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