DEBUG fix
This commit is contained in:
@@ -125,7 +125,7 @@ struct cpu_status_t* interrupt_dispatch(struct cpu_status_t* context)
|
||||
break;
|
||||
|
||||
case 32:
|
||||
DEBUG("Tick!");
|
||||
//DEBUG("Tick!");
|
||||
ticks++;
|
||||
// Send an EOI so that we can continue having interrupts
|
||||
outb(0x20, 0x20);
|
||||
|
||||
Reference in New Issue
Block a user