summaryrefslogtreecommitdiff
path: root/kc/core/pic8259.c
diff options
context:
space:
mode:
authorada christine <45108022+adachristine@users.noreply.github.com>2023-07-14 14:23:15 +0000
committerGitHub <noreply@github.com>2023-07-14 14:23:15 +0000
commit81ead94cc5a4dde3e1eb68f6dc03c13b0b4129c6 (patch)
tree6e1011b9e4da89e7b10a40e0ce054ae6617295a5 /kc/core/pic8259.c
parent11239640cba1d187f0b09c4bc3c3e0b76d03bd0c (diff)
parent17f8bd359db2ac7ca9456bd555300d835d970add (diff)
Merge pull request #1 from adachristine/unstable
merge unstable to 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();