An interview with Lars Wirzenius.
source = http://www.linuxjournal.com/article.php?sid=5048
LJ: What part of Linux were you personally interested in and working on? Are you still involved with Linux development? If so, how?
Lars: The only code I wrote to the kernel was a part of the printk routine, which prints out messages to the console. More specifically, the part that formats the message in memory before it is printed, named sprintf.
***************************************
funny fact about this is in the kernel for linux: bash$ grep -R wirzenious /usr/src/linux-2.4
returned the following:
/usr/src/linux-2.4/lib/vsprintf.c: * Wirzenius wrote this portably, Torvalds *****ed it up :-)
food for thought. Just funny stuff. Very ironic.


Reply With Quote
