Changes between Initial Version and Version 1 of Software/fImages/cBuildingDrivers


Ignore:
Timestamp:
Jan 27, 2007, 11:10:36 AM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/fImages/cBuildingDrivers

    v1 v1  
     1
     2Go back --> [wiki:Documentation]
     3
     4
     5== BuildingDrivers ==
     6
     7This section will explain how you can build your own drivers using our baseline images. First, to save image space we have not provided the linux-headers package installed on the image. You can obtain this using apt. So first, determine your debian's kernel image:
     8
     9  {{{
     10node1-1:/usr/src# dpkg -l| grep image
     11ii  linux-image-2.6-686        2.6.18+5                        Linux kernel 2.6 image on PPro/Celeron/PII/P
     12ii  linux-image-2.6.18-3-686   2.6.18-7                        Linux 2.6.18 image on PPro/Celeron/PII/PIII/
     13  }}}
     14
     15Then, proceed to install the kernel headers and kbuild for this package:
     16
     17  {{{
     18apt-get install linux-headers-2.6.18-3-686 linux-kbuild-2.6.18
     19  }}}
     20