printf...! BSD

2003-02-10 Thread Auge Mike


Hi,
First of all, Thanks to all of you for your help and support.

I have tried to go deeper and deeper to find out how printf works. ((( Of 
course the aim of trying to understand the printf, is to understand how 
the internals of the BSD kernel work))) till i've faced the following
function:

  fo_write

which was confusing for me =)

Then, I've figured out that i need to understand two important things in the 
BSD to know how the printf works. The first thing is how dose the device 
driver works, and the second thing is the file system, and small knowledge 
about the process structure.

I will try to do that, but which resources can help me. For Linux, there are 
two great book which can make my life easier FOR LINUX ONLY
1.UNDERSTANDING THE LINUX KERNEL. 2.LINUX DEVICE DRIVERS.

Now what resources you can recommend for me! I prefer Internet resources.

Yours,




_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: printf...! BSD

2003-02-10 Thread northern snowfall
Just try reading the FreeBSD kernel source. All the answers are
right there. Why read a book or an article about how it works
when you can see how it works for yourself =)
Don



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: printf...! BSD

2003-02-10 Thread Mike Meyer
In [EMAIL PROTECTED], Auge Mike [EMAIL PROTECTED] 
typed:
 
 Now what resources you can recommend for me! I prefer Internet resources.

You can find at URL: http://www.freebsd.org/docs.html . Of course,
you could have found that yourself by looking at the Freebsd.org front
page.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message