From 03035c98b4ba3297b837e96080e78e0aac1e86db Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 31 Jan 2022 11:16:38 +0100 Subject: Promene --- include/04.idt/deo11 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/04.idt/deo11 (limited to 'include/04.idt/deo11') diff --git a/include/04.idt/deo11 b/include/04.idt/deo11 deleted file mode 100644 index 055e22a..0000000 --- a/include/04.idt/deo11 +++ /dev/null @@ -1,14 +0,0 @@ -void init_pic() -{ - ioport_out(PIC1_COMMAND_PORT, 0x11); - ioport_out(PIC2_COMMAND_PORT, 0x11); - ioport_out(PIC1_DATA_PORT, 0x20); - ioport_out(PIC2_DATA_PORT, 0x28); - ioport_out(PIC1_DATA_PORT, 0x04); - ioport_out(PIC2_DATA_PORT, 0x02); - ioport_out(PIC1_DATA_PORT, 0x01); - ioport_out(PIC2_DATA_PORT, 0x01); - ioport_out(PIC1_DATA_PORT, 0xff); - ioport_out(PIC2_DATA_PORT, 0xff); - ioport_out(PIC1_DATA_PORT, 0xFC); -} -- cgit v1.2.3