To be clear: This is only quick and dirty (tm) hack.
This is certinly not the minimal version of insmod, but
20k after static link is nevertheless 10-20 times less
then regular -static with libc.
This gives you oportunity to have ONLY modules on your
initrd and not tons of not needed stuff.

however this code needs cleanups. there are possibly lots
of not needed pices. obj_load is not bufferd, fix it if you
fell it's needed.

code here comes from:
	1. modutils
	2. linux kernel (string.c,vsprintf.c,ctype.c)
	3. trash - my static shell (syscall.c,string.c)
And glue code, alloc.c

--malekith
(Michal Moskal <malekith@pld.org.pl>)
