搜索资源列表
userkernelspace
- A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
LINUX-0.01
- LINUX最原始的内核版本,可以用ddd+gdb调试运行学习-LINUX-0.01