blob: 0046fb03721bd42cee0692be47af334871c876c1 (
plain)
1
2
3
4
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);
|