diff options
| -rw-r--r-- | Kernel/KFloppyInt.HC | 2 |
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 |
