summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Patches/IntsInitFDC.HC2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Patches/IntsInitFDC.HC b/Kernel/Patches/IntsInitFDC.HC
index 5cd3254..ce167b0 100644
--- a/Kernel/Patches/IntsInitFDC.HC
+++ b/Kernel/Patches/IntsInitFDC.HC
@@ -14,6 +14,6 @@ U0 IntsInit()
OutU8(0x21,0x0D); //IW4
OutU8(0xA1,0x09); //IW4
//Mask all but IRQ0 (timer), IRQ2 Cascade, and IRQ6 (floppy).
- OutU8(0x21,0xFA);
+ OutU8(0x21,0xBA);
OutU8(0xA1,0xFF);
} \ No newline at end of file