diff options
Diffstat (limited to 'include/04.idt/deo11')
| -rw-r--r-- | include/04.idt/deo11 | 14 |
1 files changed, 0 insertions, 14 deletions
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); -} |
