| plan 9 kernel history: overview | file list | diff list |
1991/0719/pc/trap.c (diff list | history)
| 1991/0718/sys/src/9/pc/trap.c:60,89 – 1991/0719/sys/src/9/pc/trap.c:60,89 (short | long | prev | next) | ||
| 1991/0703 | /* * set the standard traps */ | |
| 1991/0710 |
| |
| 1991/0719 | sethvec(0, intr0, SEGIG, 0); sethvec(1, intr1, SEGIG, 0); sethvec(2, intr2, SEGIG, 0); sethvec(3, intr3, SEGIG, 0); sethvec(4, intr4, SEGIG, 0); sethvec(5, intr5, SEGIG, 0); sethvec(6, intr6, SEGIG, 0); sethvec(7, intr7, SEGIG, 0); sethvec(8, intr8, SEGIG, 0); sethvec(9, intr9, SEGIG, 0); sethvec(10, intr10, SEGIG, 0); sethvec(11, intr11, SEGIG, 0); sethvec(12, intr12, SEGIG, 0); sethvec(13, intr13, SEGIG, 0); sethvec(14, intr14, SEGIG, 0); sethvec(15, intr15, SEGIG, 0); sethvec(16, intr16, SEGIG, 0); sethvec(17, intr17, SEGIG, 0); sethvec(18, intr18, SEGIG, 0); sethvec(19, intr19, SEGIG, 0); sethvec(20, intr20, SEGIG, 0); sethvec(21, intr21, SEGIG, 0); sethvec(22, intr22, SEGIG, 0); sethvec(23, intr23, SEGIG, 0); | |
| 1991/0703 | /* | |
| 1991/0718 | * set all others to unknown interrupts | |