device drivers

2003-05-27 Thread Hemanshu Kanji Bhadra, Noida
Hello All, Can anyone help me in understanding what's the difference, when I create a device driver in a traditional way and when i make a device driver using proc_fs. With Thanks, -Hemanshu ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https

are any freely avaiable good IDES for Embedded Linux Development?

2003-03-29 Thread Hemanshu Kanji Bhadra, Noida
Hi All, is anyone knows of freely available IDEs for Embedded Linux Development under redhat 7.3..? Thanks in advance. - hemanshu ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list

writting kernel modules.

2003-03-18 Thread Hemanshu Kanji Bhadra, Noida
Hello, I was trying to write a kernel module, but when I compile I get many errors in proc_fs.h file. please have a look at following code, I tried to compile on redhat 7.3 with kernel 2.4.18-3. I tried to compile with following command :- gcc -O2 -D__KERNEL__ -DMODULE -I/usr/src/linux2.4.18-3

writing kernel modules

2003-03-16 Thread Hemanshu Kanji Bhadra, Noida
Hello, I was trying to write a simple hello kernel module from the book, "embedded linux interfacing", I got many errors in module.h and proc_fs.h header files. can anyone have a sample kernel module program for redhat linux 7.3. your help will be appreciated. - hemanshu ___