readme
来自「通过本书,你可以学会写自己的设备驱动程序,并且可以钻研内核的相关部分.」· 代码 · 共 18 行
TXT
18 行
These are the source files for the book "Linux Device Drivers".Here you find the complete sources that have been included in thebook. I have tested them as much as possible, but there might be someproblems left, especially with 2.1.43 (it's hard to test all of themreliably when the underlying code base is continuously changing). Inparticular, you might find some problems with "genksyms", whose syntaxchanged between version 2.0 and 2.1 of the kernel.The module "allocator" that you find in misc-progs is different fromthe one I talk about in chapter "Mmap and DMA". The "aggressive"technique didn't look promising in the real world, so I turned back toallocating memory after "high_memory". Seemisc-modules/allocator.README for details.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?