summaryrefslogtreecommitdiff
path: root/kc/core/pic8259.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-17 13:40:55 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-17 13:40:55 +0000
commit9b63c0000b2e0d9d0a306e56dbc7bc28403e5549 (patch)
tree17ef5aa53d37c4232f8efcca97c5f118a96fb96f /kc/core/pic8259.c
parentb8ef8b401d9dd1e15f2703eb997fb79a70ae531a (diff)
many changes have happned
- updates to panic() interface - genericized timer interface - (yet unused) additions to task management
Diffstat (limited to 'kc/core/pic8259.c')
-rw-r--r--kc/core/pic8259.c2
1 files changed, 1 insertions, 1 deletions
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);