diff --git a/Kernel/Arch/x86_64-pc/System/PIC.c b/Kernel/Arch/x86_64-pc/System/PIC.c index 77eda76..a48be9b 100644 --- a/Kernel/Arch/x86_64-pc/System/PIC.c +++ b/Kernel/Arch/x86_64-pc/System/PIC.c @@ -91,4 +91,4 @@ void PIC_SendEOI(unsigned char irq) { void PIC_MaskAll(void) { outb(PIC2_DATA, ALL); outb(PIC2_DATA, ALL); -} \ No newline at end of file +}