| plan 9 kernel history: overview | file list | diff list |
1991/0705/pc/trap.c (diff list | history)
| 1991/0704/sys/src/9/pc/trap.c:75,85 – 1991/0705/sys/src/9/pc/trap.c:75,85 (short | long | prev | next) | ||
| 1991/0704 | * IBM technical reference manual. I just * changed the vector. */ | |
| 1991/0705 | outb(Int0ctl, 0x11); /* ICW1 - edge, master, ICW4 */ outb(Int0aux, Int0vec); /* ICW2 - interrupt vector */ outb(Int0aux, 0x04); /* ICW3 - master level 2 */ outb(Int0aux, 0x01); /* ICW4 - master, 8086 mode */ outb(Int0aux, 0x00); /* mask - all enabled */ | |
| 1991/0703 | } | |