From 9b63c0000b2e0d9d0a306e56dbc7bc28403e5549 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 17 Feb 2022 13:40:55 +0000 Subject: many changes have happned - updates to panic() interface - genericized timer interface - (yet unused) additions to task management --- kc/core/pic8259.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/core/pic8259.c') diff --git a/kc/core/pic8259.c b/kc/core/pic8259.c index b1de903..4317d0c 100644 --- a/kc/core/pic8259.c +++ b/kc/core/pic8259.c @@ -184,7 +184,7 @@ void pic8259_irq_begin(uint8_t irq) } else { - kprintf("%s of irq%hhu\n", "unhandled activation", irq); + kprintf("unhandled irq%hhu\n", irq); } pic8259_irq_end(irq); -- cgit v1.3.1-1-g115d