summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyInt.HC
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-27 15:27:43 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-27 15:27:43 -0500
commit634f214699fc5d806e16490b1a75a0ac2f777b2a (patch)
tree479b425e22dab12b9f1c2880f8838483ba60aca7 /Kernel/KFloppyInt.HC
parent3082082865d338818a0fa4caafe8d243d22e584d (diff)
downloadtempleos-floppy-driver-634f214699fc5d806e16490b1a75a0ac2f777b2a.tar.gz
Add definition for int semaphore to KFloppyInt.HC
Diffstat (limited to 'Kernel/KFloppyInt.HC')
-rw-r--r--Kernel/KFloppyInt.HC2
1 files changed, 2 insertions, 0 deletions
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