woo hoo! Thanks much. I was sorta hoping you would step in and help
out with the kbuild issues ;-)
> To do something more useful than "hello world", I actually moved some part
> of finding / mounting the final root system into userspace, though only
> conditional on CONFIG_INITRAMFS.
FWIW, this should be ok for testing, but not a merge... we need to have
a single "do_mounts" code flow, not two code paths that are selected
with a switch.
That's why I see a lot of little klibc binaries, especially initially.
Moving piece-by-piece from do_mounts.c (and other places) to userspace
takes longer, but really maximizes both stability and testing of new code.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/