oza/linux_kmod_generator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-- Program name -- kmod_generator.rb -- What's this? -- kmod_generator is a utility program to dump template source code for kernel module. You don't need write bothersome initializing code any more by using this plain script. This script dump with features as follows: /dev virtual file. fundamental methods( open, read, write, close, ioctl ) usage: ruby kmod_generator.rb [module_name] [module_name] is a kernel module ToDo: write how to register /dev file. -- auther info -- written by Tsuyoshi Ozawa email: ozadev _at_ t-oza.net