// PURPOSE: Floppy disk IRQ handler // TO INSTALL: #include this file after the floppy header files in Kernel.PRJ. interrupt U0 IRQ_FDC() { // On IRQ6, set a semaphore for anything waiting for an FDC int fdc_int_semaphore = TRUE; OutU8(0x20,0x20); // Send EOI to PIC }