How to change a module to a character device driver

2001-07-07 Thread Barry Wu
Hi, all, I am new to linux device driver. I do not know how to change a module to a character device driver. I have a module by hand, I want to modify it to a character device driver. Then I can make it in linux kernel, and do not need modutils rpm. If someone knows, please help me. Thanks!

How to change a module to a character device driver

2001-07-07 Thread Barry Wu
Hi, all, I am new to linux device driver. I do not know how to change a module to a character device driver. I have a module by hand, I want to modify it to a character device driver. Then I can make it in linux kernel, and do not need modutils rpm. If someone knows, please help me. Thanks!

about IDE0 interrupt

2001-06-30 Thread Barry Wu
Hi, all, I want to disable irq14 interrupt in the kernel. Do somebody know how to do? If so, please help me. Thanks! Barry __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ - To unsubscribe

about IDE0 interrupt

2001-06-30 Thread Barry Wu
Hi, all, I want to disable irq14 interrupt in the kernel. Do somebody know how to do? If so, please help me. Thanks! Barry __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ - To unsubscribe

how to change module to character driver

2001-06-26 Thread Barry Wu
Hi, all, I got a ATI HDTV module. I can use insmod to work on it. Now I want to make it a character driver in my new kernel. Then I can directly use it in kernel booting, and printk on it. How to change module to character driver? Where can I get some information about it? If someone knows,

how to change module to character driver

2001-06-26 Thread Barry Wu
Hi, all, I got a ATI HDTV module. I can use insmod to work on it. Now I want to make it a character driver in my new kernel. Then I can directly use it in kernel booting, and printk on it. How to change module to character driver? Where can I get some information about it? If someone knows,

about linux mips ext2fs

2001-06-25 Thread Barry Wu
Hi, all, I want port linux to our mipsel system. The kernel can work and system stop at mount root file system. I download root file system for mipsel from MIPS company. Because our system have no ethernet interface, I have to copy root file system directly to our hard disk. I put hard disk

about linux mips ext2fs

2001-06-25 Thread Barry Wu
Hi, all, I want port linux to our mipsel system. The kernel can work and system stop at mount root file system. I download root file system for mipsel from MIPS company. Because our system have no ethernet interface, I have to copy root file system directly to our hard disk. I put hard disk

How to boot linux kernel from floppy

2001-01-07 Thread Barry Wu
Hi, all, I am new to this maillist. I want to boot my system from a single floppy. If I use 1.44MB, the space is too small. So I format my floppy to 1.6MB. I do the following things, #fdformat /dev/fd0H1600 #cp /usr/src/linux/arch/i386/boot/zImage /dev/fd0 #rdev /dev/fd0 /dev/fd0 #rdev -r

How to boot linux kernel from floppy

2001-01-07 Thread Barry Wu
Hi, all, I am new to this maillist. I want to boot my system from a single floppy. If I use 1.44MB, the space is too small. So I format my floppy to 1.6MB. I do the following things, #fdformat /dev/fd0H1600 #cp /usr/src/linux/arch/i386/boot/zImage /dev/fd0 #rdev /dev/fd0 /dev/fd0 #rdev -r