/linux-driver-dev

my learning of linux drivers

Primary LanguageC

Linux driver development

My Learning of ldd

Running Tests

To compiling, run the following command

  make

Now insert kernel Module

    sudo insmod {module}.ko

check

    sudo dmesg