I appreciate the effort you put into klibc and the offer to
make initrd's easier to build.
But the point is that the initrd shouldn't be necessary in the first
place. There becomes zero point in building these drivers statically
into the kernel, which many of us do specifically to avoid module
loading, initrds, and all that fuss. Because the driver is totally
crippled even though it's been fully built into the main kernel image.
I mean, it's so incredibly stupid and makes kernel development that
much more difficult.
Every new dependency, be it requiring initrd or something else,
is one more barrier added to kernel development.
I really pine for the days where everything was so simple, and initrd
and modules were the odd ball cases, most developers built everything
into their kernel image.
-