diff options
Diffstat (limited to 'kernel/interrupts.c')
| -rw-r--r-- | kernel/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/interrupts.c b/kernel/interrupts.c index acf781d..30d8994 100644 --- a/kernel/interrupts.c +++ b/kernel/interrupts.c @@ -59,7 +59,7 @@ uint32_t interrupt_handler(uint32_t esp, uint32_t irq) { // DO NOT WRITE INSIDE INTERRUPTS!! COZ IT ACQUIRES LOCK AND WE WILL DEADLOCK -// klog("int: %d on 0x%x",irq,apicID()); + //klog("int: %d on 0x%x",irq,apicID()); if(irq==0)asm_pit_tick(); // mouse and kb |
