Re: Newbie to Kernel Development

2001-03-29 Thread Guennadi Liakhovetski
On Thu, 29 Mar 2001, George Wright wrote: > Hi all, > > I am a newbie to Linux Kernel Development, with a very basic knowledge of C, ...and there is a kernel-newbies mailing list: [EMAIL PROTECTED] > Kernelnewbies: Help each other learn about the Linux kernel. > Archive: http://mail.nl.

RE: Newbie to Kernel Development

2001-03-29 Thread SardaƱons, Eliel
kernel/printk.c as you can see printk use vsprintf :) vsprintf was coded by linus torvalds! .. and printf use vsprintf :) - ELF / a.out are binary formats . let say when you compile a program a header is appended to know let say when the code start, where the data start in th