Skip to content
Snippets Groups Projects
Commit 28505cd2 authored by Florent Gluck's avatar Florent Gluck
Browse files

Updated pic.c to removed deps on term.h

parent b76fcdd8
No related branches found
No related tags found
No related merge requests found
#include "pmio/pmio.h"
#include "term.h"
#define PIC1_CMD 0x20
#define PIC1_DATA 0x21
......@@ -32,8 +31,6 @@ void pic_init() {
outb(PIC2_DATA, 0x02);
outb(PIC1_DATA, 0x01);
outb(PIC2_DATA, 0x01);
term_puts("PIC initialized.\n");
}
void pic_eoi(int irq) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment