README
上传用户:wudi5211
上传日期:2010-01-21
资源大小:607k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

C/C++

  1. These are the source files for the book "Linux Device Drivers".
  2. Here you find the complete sources that have been included in the
  3. book.  I have tested them as much as possible, but there might be some
  4. problems left, especially with 2.1.43 (it's hard to test all of them
  5. reliably when the underlying code base is continuously changing). In
  6. particular, you might find some problems with "genksyms", whose syntax
  7. changed between version 2.0 and 2.1 of the kernel.
  8. The module "allocator" that you find in misc-progs is different from
  9. the one I talk about in chapter "Mmap and DMA". The "aggressive"
  10. technique didn't look promising in the real world, so I turned back to
  11. allocating memory after "high_memory". See
  12. misc-modules/allocator.README for details.