|
|
Log in / Subscribe / Register

Driver porting: hello world

Driver porting: hello world

Posted Oct 16, 2007 4:36 UTC (Tue) by gprabodha (guest, #48431)
Parent article: Driver porting: hello world

I'm new to fedora core 5 and using it. I tried to compile a very simple memory driver and got
the error message 
"memory: module license 'unspecified' taints kernel." when I check log file with dmesg
command.
But I already put 
"MODULE_LICENSE("Dual BSD/GPL");"
on my memory.c code.
Can someone pls expain me why I got that message.


to post comments

Driver porting: hello world

Posted Oct 16, 2007 6:15 UTC (Tue) by gprabodha (guest, #48431) [Link]

It's ok.Found the bug.It is on my makefile.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds