Part 2.1
Implementation of Simple “hello world” Module and Run
TO GET THE FULL TUTORIAL CLICK HERE
Every module structure have two major functions:
init
executed when the module is loaded into kernel
cleanup
executed when the module is removed from kernel
the simple module implementation is here:
TO GET THE FULL TUTORIAL CLICK HERE
29 September 17 ، 04:00