hey guys I am enginnering student
doing project on kernel module
I typed basic hello world program and make file for it as per LKMPG
then compiled it sucessfully
but when I tried to insert in it gave following error
[root@localhost demo]# insmod ./Hello-1.ko
insmod: error inserting './Hello-1.ko': -1 Invalid module format
I am using fedora 16
