Re: Announce: initrd-tftp 0.1

From: Philip Blundell (Philip.Blundell@pobox.com)
Date: Sun Jan 09 2000 - 13:26:55 EST


>Don't forget that when run as an initrd, it would have to be staticly
>linked against libc and friends (making it at weigh in at about 300k),

If you restrict your usage of libc calls to a minimum you can make it much
smaller. You can write a minimal, fairly portable, tftp client using not much
more than socket(), connect(), read(), write() and brk(). The libc
implementation for each of those routines is just a handful of bytes.

p.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:14 EST