diff options
Diffstat (limited to 'Kernel/Patches/IntInit2FDC.HC')
| -rw-r--r-- | Kernel/Patches/IntInit2FDC.HC | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Kernel/Patches/IntInit2FDC.HC b/Kernel/Patches/IntInit2FDC.HC new file mode 100644 index 0000000..0046fb0 --- /dev/null +++ b/Kernel/Patches/IntInit2FDC.HC @@ -0,0 +1,5 @@ +// PATCH: Make IntInit2() set up the IDT to handle FDC IRQ's +// FILE: ::/Kernel/KInts.HC +// TO INSTALL: #include this file after the line that sets the wake int handler. + +IntEntrySet(I_FDC,&IRQ_FDC);
\ No newline at end of file |
