Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Script files:

  • checkpatch.pl - Make sure the code you wrote follows the coding style of the kernel developers, otherwise it would notify                               you. script was taken from the Linux kernel tree.

                Example: 
                ~/linux-4.3_src_tree$ ./scripts/checkpatch.pl  --file <your full path to the c file>
    
  • run_current_module.sh - This simple script which I wrote:

    • clears the ring buffer
    • Inserts the module which resides in the current directory
    • prints the contents of buffer
    • removes the module from the linux kernel