sermintr
static int sermintr(void *);
if (intr_establish(1, USER_VEC, 0, (hw_ifun_t)sermintr, sc) == NULL)
if (intr_establish(2, USER_VEC, 0, (hw_ifun_t)sermintr, sc) == NULL)
if (intr_establish(14, USER_VEC, 0, (hw_ifun_t)sermintr, sc) == NULL)