| plan 9 kernel history: overview | file list | diff list |
1991/0703/pc/fns.h (diff list | history)
| pc/fns.h on 1991/0703 | ||
| 1991/0703 | #include "../port/portfns.h" | |
| 1991/0702 | void delay(int); int inb(int); | |
| 1991/0703 | void intr0(void); void intr1(void); void intr2(void); void intr3(void); void intr4(void); void intr5(void); void intr6(void); void intr7(void); void intr8(void); void intr9(void); void intr10(void); void intr11(void); void intr12(void); void intr13(void); void intr14(void); void intr15(void); void intr16(void); void intrbad(void); | |
| 1991/0702 | int kbdc(void); | |
| 1991/0703 | void kbdinit(void); void kbdintr(void*); void lgdt(Segdesc*, int); void lidt(Segdesc*, int); | |
| 1991/0702 | void outb(int, int); void prhex(ulong); | |
| 1991/0703 | void screeninit(void); | |
| 1991/0702 | void screenputc(int); void screenputs(char*, int); | |
| 1991/0703 | void setvec(int, void (*)(void*), int); void sti(void); void systrap(void); void trapinit(void); int tas(Lock*); | |