From 634f214699fc5d806e16490b1a75a0ac2f777b2a Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sat, 27 Jun 2026 15:27:43 -0500 Subject: Add definition for int semaphore to KFloppyInt.HC --- Kernel/KFloppyInt.HC | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Kernel') diff --git a/Kernel/KFloppyInt.HC b/Kernel/KFloppyInt.HC index 4c07656..57dba79 100644 --- a/Kernel/KFloppyInt.HC +++ b/Kernel/KFloppyInt.HC @@ -1,6 +1,8 @@ // PURPOSE: Floppy disk IRQ handler // TO INSTALL: #include this file after the floppy header files in Kernel.PRJ. +Bool fdc_int_semaphore; + interrupt U0 IRQ_FDC() { // On IRQ6, set a semaphore for anything waiting for an FDC int -- cgit v1.2.3