| plan 9 kernel history: overview | file list | diff list |
1991/0704/pc/fns.h (diff list | history)
| 1991/0704/sys/src/9/pc/fns.h:1,5 – 1991/0705/sys/src/9/pc/fns.h:1,7 (short | long | prev | next) | ||
| 1991/0703 | #include "../port/portfns.h" | |
| 1991/0705 | void clock(void*); void clockinit(void); | |
| 1991/0702 | void delay(int); int inb(int); | |
| 1991/0703 | void intr0(void); | |
| 1991/0704/sys/src/9/pc/fns.h:31,38 – 1991/0705/sys/src/9/pc/fns.h:33,38 | ||
| 1991/0702 | void screenputc(int); void screenputs(char*, int); | |
| 1991/0703 | void setvec(int, void (*)(void*), int); | |
| 1991/0704 |
| |
| 1991/0703 | void systrap(void); void trapinit(void); int tas(Lock*); | |