can we build external module with generic header?

2010-02-18 Thread vichy
should do next? (get complete source code of 2.6.31.19 from kernel.org? But I cannot see this version there. Could I use git to get this specific version?) thanks your help in advance, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please

Re: question about vmlinux.lds.in

2009-12-09 Thread vichy
0x08048000 0x08048000 0x004fc 0x004fc R E 0x1000 Did I missing anything? appreciate your help, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: question about vmlinux.lds.in

2009-12-09 Thread vichy
sharing ^^ vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

how to pass the content of a file to kernel driver

2009-10-07 Thread vichy
smart way to let the application know when driver finishes its job? appreciate your help, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Drivers need for usb file system

2009-03-12 Thread vichy
device node with major as 180 when I plug my usb-flash into my ubuntu. appreciate your help, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

IRQ entry point?

2008-05-19 Thread vichy
Hi: Usually we use request_irq to register our irq handler, but where is the entry point about kernel that receives HW's truly interrupt? Yours, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at http

why kernel use git instead of CVS or SVN

2008-05-04 Thread vichy
Dear all: Right now the kernel and Xorg is maintained by git rather than SVN or CVS. Would someone tell me the reason why the kernel repository uses git? Thanks a lot, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ

RE: I want to learn Linux Kernel Development

2008-05-04 Thread vichy
Hi: I check the google page of kernelnewbies, but it seems a lot of archives named as kernelnewbies. Are they all mirrors? If they are all mirrors, which one is the original one that I should start from? Appreciate your help, vichy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: question about SCSI commands

2008-03-24 Thread vichy
I will check it with spec and kernel source. Appreciate your help, vichy _ From: Rajat Jain [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 4:30 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: kernelnewbies@nl.linux.org Subject: RE: question about SCSI commands Hi

RE: question about SCSI commands

2008-03-18 Thread vichy
Yours, vichy _ From: 曹夜 [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2008 1:33 PM To: [EMAIL PROTECTED] Subject: Fw:question about SCSI commands Hi, I'm a green hand, too, and where did you get the information below, from the command: man SCSI-command ? if it did

question about SCSI commands

2008-03-15 Thread vichy
Dear all: I found there is number at the end of SCSI commands like below: Command document WRITE(6) SBC WRITE(10)SBC WRITE(12)SBC Could someone tell me what the number, (6), (10) and (12) mean? Appreciate your help, vichy -- To unsubscribe from this list: send an email

RE: question about kernel panic

2008-03-06 Thread vichy
the present OS by Fedora8-install-DVD.iso Thanks for your help, vichy _ From: arshad hussain [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 5:17 PM To: [EMAIL PROTECTED] Cc: kernelnewbies@nl.linux.org Subject: Re: question about kernel panic On 3/6/08, vichy [EMAIL

assembly IDE

2008-02-12 Thread vichy
or not. Or someone can tell me where can I get the latest clf to update my sourceinsight? Appreciate your help, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

how to read pcmcia information on linux

2008-01-28 Thread vichy
Dear all: I want to read pcmcia information about net card from my notebook, just like the content of pci configurations. But I don't know whether there exist instructions like lspci to read the content. Appreciate your help, vichy

Question about Endian Order

2008-01-22 Thread vichy
be 0xF5A1A0ACBc , from 0xn[end] ~ n[0], just like little-endian order, or 0x00AA36AB..F5, just like big-endian order. Or this value will be different under different machine even it is a c source code. Appreciate your help, vichy

How to read/write memory map io from console?

2007-11-21 Thread vichy
? Should I write a program to implement this? Since the memory is located at kernel. If the answer is the second one, could some tell me where can I find some sample code to modify or give me the basic system call functions I need to know. appreciate your help, vichy -- To unsubscribe from this list

where can I get the standard include path of gcc

2007-11-19 Thread vichy
the gcc official document but it seems doesn't mention where to set or get the standard include path. Would someone please tell me where can I find the document which will clarify my concern? Sincerely Yours, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies

Re: question about insmod

2007-11-17 Thread vichy
to see any message before asking this question. After all, I am writing a module vichy 2007/11/16, Pavan Kandepet [EMAIL PROTECTED]: You can also try looking at /var/log/messages while inserting the module to see any messages. -Pavan On Nov 15, 2007 9:56 AM, Luís Henriques [EMAIL PROTECTED] wrote

Kernel panic while calling device_add

2007-11-17 Thread vichy
is allocated and initialized the bus and device_driver by usb_alloc_dev located at core/usb.c. Then it call device_add (udev-dev) at usb_new_device located at core/hub.c) Could someone tell me where it goes wrong? appreciate your help, vichy lddbus.c Description: Binary data

question about uevent in bus_type

2007-11-17 Thread vichy
? appreciate your help, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ

question about insmod

2007-11-15 Thread vichy
by man. appreciate your help, vichy -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ