摘要:
Author: Charles Yang Linux Dist: Ubuntu 8.04 Hardy 1. Preparation 1.1 Download source code with apporiate version Usually, the linux release distribution have no full kernel source code tree. So y... 阅读全文
摘要:
1. 从Xterm 切换到term ( pts -> tty ) Ctr + Alt + F1 ~ F6 可切换到6个控制台 Ctr + Alt + F7 ~ F12 可切换回6个X终端 注: 内核编程或驱动模块开发时,message会打印到tty终端,xterm下面是看不到的,只能去看日志。故建议开发驱动时直接到终端下开发,使用vim很好 2. vim基本使用 两个模式: 命令模式(Comman... 阅读全文
摘要:
Index of Documentation for People Interested in Writing and/or Understanding the Linux Kernel. Juan-Mariano de Goyeneche /* * The latest version of this document may be found at: * http:... 阅读全文
摘要:
LKMPG-2.6.x(中文): http://dirac.org/linux/writing/lkmpg/2.6/chinese/lkmpg_chs/ LKMPG-2.6.x(英文): http://dirac.org/linux/writing/lkmpg/2.6/lkmpg-2.6.0.html Linux 2.6 和 2.4 的比较我不想废话,总体来说 2.6 功能更强,但... 阅读全文