summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-18 21:09:05 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-18 21:09:05 -0500
commit6854705470bb6f3d468b523a4bf1592f467dabe1 (patch)
treef8df03dc5b464ea6d6c23300dccf82187e8dbd0a /Kernel
parent944b049e679d4b965a7ca83b25bce2dfddb61da6 (diff)
downloadtempleos-floppy-driver-6854705470bb6f3d468b523a4bf1592f467dabe1.tar.gz
Remove addition to KFloppyB.HH
As a result of a "brain fart," I erroneously added install instructions to the old version of KernelB.HH; KernelB2.HH already had install instructions.
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/KFloppyB.HH3
1 files changed, 0 insertions, 3 deletions
diff --git a/Kernel/KFloppyB.HH b/Kernel/KFloppyB.HH
index 9feb3dd..76f6859 100644
--- a/Kernel/KFloppyB.HH
+++ b/Kernel/KFloppyB.HH
@@ -4,9 +4,6 @@
License. See the Copying.TXT file for details.
*/
-// TO INSTALL: In Kernel.PRJ, #include this file after KFloppyA.HH.
-// Also #include it after this file in StartOS.HC.
-
// headers for floppy driver
public extern Bool FDCIrq;
public extern U16 fdc_base;