ISR
This commit is contained in:
@@ -4,23 +4,14 @@
|
||||
|
||||
void PIC_Default_Remap() {
|
||||
outb(0x20, 0x11);
|
||||
io_wait();
|
||||
outb(0xA0, 0x11);
|
||||
io_wait();
|
||||
outb(0x21, 0x20);
|
||||
io_wait();
|
||||
outb(0xA1, 0x28);
|
||||
io_wait();
|
||||
outb(0x21, 0x04);
|
||||
io_wait();
|
||||
outb(0xA1, 0x02);
|
||||
io_wait();
|
||||
outb(0x21, 0x01);
|
||||
io_wait();
|
||||
outb(0xA1, 0x01);
|
||||
io_wait();
|
||||
outb(0x21, 0x0);
|
||||
io_wait();
|
||||
outb(0xA1, 0x0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user