Linux - 2.1 Implementation of Simple “hello world” Module and Run
Friday, 29 September 2017، 04:00 AM
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
17/09/29