Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  Name Size Last modified (GMT) Description
Back Parent directory 2005-06-18 15:37:08
Folder CVS/ 2005-06-18 15:34:50
Folder demo/ 2005-06-18 15:34:50
File Makefile 378 bytes 2005-06-04 17:33:28
File README 427 bytes 2005-06-17 03:31:43
C file hrt.c 105748 bytes 2005-06-18 15:27:54
C file hrt.h 3066 bytes 2005-06-14 20:05:39
File hrt_load 799 bytes 2005-06-13 18:56:21
File hrt_unload 178 bytes 2005-06-13 18:56:49

  1 To create the loadable module:
  2 ------------------------------
  3 %> make clean;make
  4 
  5 To load the module:
  6 -------------------
  7 ./hrt_load
  8 
  9 To unload the module:
 10 ./hrt_unload
 11 
 12 Requirements:
 13 -------------
 14 The kernel must be compiled with video for linux support.
 15 This module has been tested on the following linux kernel version:
 16 
 17 2.6.10
 18 2.6.11-8
 19 
 20 Directory content:
 21 ------------------
 22 hrt.c
 23 hrt.h
 24 Makefile
 25 README
 26 hrt_load
 27 hrt_unload
  This page was automatically generated by the LXR engine.