On 06/19/12 22:58, Jay Patel wrote:
Hi all users,I am users too. Thanks cody. I am learning C too. from "C primus plus" any thoughts from devs. which we should read? Thanks, Jay.
Well, http://openbsd.org/books.html comes to mind. But also start reading code. An absurdly simple example is 'yes'. Look at /usr/src/usr.bin/yes This shows how stuff is built. Look around the src tree. Hint: userland stuff is easier to understand so look there first, before the kernel. --STeve Andre'

