linux内核 - fun - fun
Configure System to Automatically Load the Driver
如题,以添加rocketRaid 2340的驱动为例:
unix环境高级编程中的信号术语和语义
1. 信号产生:a signal is generated for a process (or sent to a process) when the event that causes the signal occurs. The event could be a hardware exception (e.g., divide by 0), a software condition (e.g., an alarm timer expiring), a terminal-generated signal, or a call to the kill function. When the signal is generated, the kernel usually sets a flag of some form in the process table.
linux设备驱动在2.6.32上的编译-scullp
在qemu上安装 slackware3.3 和添加网卡驱动
最近又想如何才能让自己感觉到深刻理解了, 还是觉得赵炯博士那种从简单的摸一遍是非常好的选择,从0.11开始吧,在bochs下跑起来了,觉得离现在的linux版本很多特点太遥远,尝试跑linux 1.0 内核,编译后加载到bochs上,在创建init进程后的进程调度失败,折腾了三天没有结果,放弃了。这次想从2.0开始,选择了slackware3.3 内核版本为linux 2.0.30