From 0c200b792090cda95e3fd17ba4de334227b5755b Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Mon, 22 Jun 2026 02:10:42 -0500 Subject: Add patches to enable the FDC IRQ on startup --- Kernel/Patches/IntInit2FDC.HC | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Kernel/Patches/IntInit2FDC.HC (limited to 'Kernel/Patches/IntInit2FDC.HC') 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 -- cgit v1.2.3