1 2 3 4 5 6 7 8
/* * 'kernel.h' contains some often-used function prototypes etc */ void verify_area(void * addr,int count); volatile void panic(const char * str); int printf(const char * fmt, ...); int printk(const char * fmt, ...); int tty_write(unsigned ch,char * buf,int count);