Re: Linux device driver writing

2001-02-23 Thread Prasanna P Subash

a treasure trove of info on linux would be /usr/src/linux/Documentation/kernel-docs.txt

-Prasanna

On Fri, Feb 23, 2001 at 10:01:40AM +, Rahul wrote:
> Hi friends,
> 
> I am new to this field of writing device drivers. I
> have done my course in Unix/C and presently working
> for a company in india in embedded systems. I am
> looking forward to write some device drivers in
> Linux/Unix/QNX can any one suggest me any good book
> which i can refer for my guidance.
> 
> thx for your constant support.
> bye
> rahul
> 
> 
> Do You Yahoo!?
> Get your free @yahoo.co.in address at http://mail.yahoo.co.in
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Prasanna Subash   ---   [EMAIL PROTECTED]   --- TurboLinux, INC

Linux, the choice  | The idea of male and female are universal
of a GNU generation   -o)  | constants.   -- Kirk, "Metamorphosis",
Kernel 2.4.0-test /\\  | stardate 3219.8 
on a i686_\\_v | 
   | 


 PGP signature


Re: Linux device driver writing

2001-02-23 Thread Erik Mouw

On Fri, Feb 23, 2001 at 03:06:13PM -0200, Marcus Ramos wrote:
> For Linux you can use the good and complete "Linux Device Drivers" by
> Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only
> of old text books of little interest for present systems. Good luck.

Problem with that edition is quite old. Yes, it's good and the general
guidelines still apply, but the details are obsoleted by the newer
kernels. When I asked the O'Reilly at LWE NY, they told me that the
second edition (which covers 2.4) will be released in May this year.

Another good place to start is of course http://www.kernelnewbies.org/


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux device driver writing

2001-02-23 Thread Marcus Ramos

Hello,

For Linux you can use the good and complete "Linux Device Drivers" by
Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only
of old text books of little interest for present systems. Good luck.

Marcus.

Rahul wrote:

> Hi friends,
>
> I am new to this field of writing device drivers. I
> have done my course in Unix/C and presently working
> for a company in india in embedded systems. I am
> looking forward to write some device drivers in
> Linux/Unix/QNX can any one suggest me any good book
> which i can refer for my guidance.
>
> thx for your constant support.
> bye
> rahul
>
> 
> Do You Yahoo!?
> Get your free @yahoo.co.in address at http://mail.yahoo.co.in
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Linux device driver writing

2001-02-23 Thread Rahul

Hi friends,

I am new to this field of writing device drivers. I
have done my course in Unix/C and presently working
for a company in india in embedded systems. I am
looking forward to write some device drivers in
Linux/Unix/QNX can any one suggest me any good book
which i can refer for my guidance.

thx for your constant support.
bye
rahul


Do You Yahoo!?
Get your free @yahoo.co.in address at http://mail.yahoo.co.in
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux device driver writing

2001-02-23 Thread Marcus Ramos

Hello,

For Linux you can use the good and complete "Linux Device Drivers" by
Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only
of old text books of little interest for present systems. Good luck.

Marcus.

Rahul wrote:

 Hi friends,

 I am new to this field of writing device drivers. I
 have done my course in Unix/C and presently working
 for a company in india in embedded systems. I am
 looking forward to write some device drivers in
 Linux/Unix/QNX can any one suggest me any good book
 which i can refer for my guidance.

 thx for your constant support.
 bye
 rahul

 
 Do You Yahoo!?
 Get your free @yahoo.co.in address at http://mail.yahoo.co.in
 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux device driver writing

2001-02-23 Thread Erik Mouw

On Fri, Feb 23, 2001 at 03:06:13PM -0200, Marcus Ramos wrote:
 For Linux you can use the good and complete "Linux Device Drivers" by
 Alessandro Rubini, O'Reilly, 1998. For other flavors of Unix, I am aware only
 of old text books of little interest for present systems. Good luck.

Problem with that edition is quite old. Yes, it's good and the general
guidelines still apply, but the details are obsoleted by the newer
kernels. When I asked the O'Reilly at LWE NY, they told me that the
second edition (which covers 2.4) will be released in May this year.

Another good place to start is of course http://www.kernelnewbies.org/


Erik

-- 
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031,  2600 GA Delft, The Netherlands
Phone: +31-15-2783635  Fax: +31-15-2781843  Email: [EMAIL PROTECTED]
WWW: http://www-ict.its.tudelft.nl/~erik/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux device driver writing

2001-02-23 Thread Prasanna P Subash

a treasure trove of info on linux would be /usr/src/linux/Documentation/kernel-docs.txt

-Prasanna

On Fri, Feb 23, 2001 at 10:01:40AM +, Rahul wrote:
 Hi friends,
 
 I am new to this field of writing device drivers. I
 have done my course in Unix/C and presently working
 for a company in india in embedded systems. I am
 looking forward to write some device drivers in
 Linux/Unix/QNX can any one suggest me any good book
 which i can refer for my guidance.
 
 thx for your constant support.
 bye
 rahul
 
 
 Do You Yahoo!?
 Get your free @yahoo.co.in address at http://mail.yahoo.co.in
 -
 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
 the body of a message to [EMAIL PROTECTED]
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
 Please read the FAQ at  http://www.tux.org/lkml/

-- 
Prasanna Subash   ---   [EMAIL PROTECTED]   --- TurboLinux, INC

Linux, the choice  | The idea of male and female are universal
of a GNU generation   -o)  | constants.   -- Kirk, "Metamorphosis",
Kernel 2.4.0-test /\\  | stardate 3219.8 
on a i686_\\_v | 
   | 


 PGP signature


Linux device driver writing

2001-02-23 Thread Rahul

Hi friends,

I am new to this field of writing device drivers. I
have done my course in Unix/C and presently working
for a company in india in embedded systems. I am
looking forward to write some device drivers in
Linux/Unix/QNX can any one suggest me any good book
which i can refer for my guidance.

thx for your constant support.
bye
rahul


Do You Yahoo!?
Get your free @yahoo.co.in address at http://mail.yahoo.co.in
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/