summaryrefslogtreecommitdiff
path: root/kc/core/pic8259.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-07-14 22:20:09 +0000
committerAda Christine <adachristine18@gmail.com>2023-07-14 22:20:09 +0000
commit3ce55f2275edca2dadd64df0e4fb5b1f55c5958d (patch)
tree1faa3f8fe0213f40d94848fcda8f48826094af05 /kc/core/pic8259.c
parent38c38e5a448b1f29854cc9ae5e14b19b882a4740 (diff)
parent81ead94cc5a4dde3e1eb68f6dc03c13b0b4129c6 (diff)
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'kc/core/pic8259.c')
-rw-r--r--kc/core/pic8259.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kc/core/pic8259.c b/kc/core/pic8259.c
index bbcffc8..4ddd2e1 100644
--- a/kc/core/pic8259.c
+++ b/kc/core/pic8259.c
@@ -43,6 +43,7 @@ static void wait(void)
void pic8259_init(void)
{
+ kprintf("initializing legacy pic\n");
// basic init. not gonna fret with this too much
outb(PIC_PRI_CMD, ICW1_INIT|ICW1_ICW4);
wait();