?? kernel.h
字號:
/* * '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);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -