summaryrefslogtreecommitdiff
path: root/Kernel/KFloppyInt.HC
AgeCommit message (Collapse)Author
5 daysSplit floppy IRQ handler into separate fileHarley Travis
Since KInts.HC is compiled before DskFDC.HC, undefined symbol issues could possibly occur. when attempting to compile the interrupt set-up code because the IRQ handler is not yet compiled. To prevent this, I separated the IRQ handler into another file that is included immediately after the headers. The instructions have been updated to reflect this change.