Compiling on rcl.ece.iastate.edu: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m 1 revision |
(No difference)
|
Latest revision as of 17:49, 27 February 2012
Make Command:
make -C /usr/src/kernels/2.6.26.8-57.fc8-i686 M=`pwd` modules
Makefile
obj-m := hello.o
Load Module
sudo insmod filename.ko
unLoad Module
sudo rmmod filename
See printouts
dmesg | tail