Re: [PATCH 13/15] bootwrapper: attach an empty vmlinux

2007-09-23 Thread David Gibson
On Fri, Sep 21, 2007 at 06:06:38PM -0500, Milton Miller wrote: > Allow the boot wrapper code to be linked without an attached vmlinux. > > Rather than invent a new syntax to invoke the wrapper, attach the > stripped version of empty.o, which produces the same result. Aiee. Please don't do that.

[PATCH 13/15] bootwrapper: attach an empty vmlinux

2007-09-21 Thread Milton Miller
Allow the boot wrapper code to be linked without an attached vmlinux. Rather than invent a new syntax to invoke the wrapper, attach the stripped version of empty.o, which produces the same result. This new intermediary is called zBoot. Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- vs 121

[PATCH 13/15] bootwrapper: attach an empty vmlinux

2007-07-10 Thread Milton Miller
Allow the boot wrapper code to be linked without an attached vmlinux. Rather than invent a new syntax to invoke the wrapper, attach the stripped version of empty.o, which produces the same result. This new intermediary is called zBoot. Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- Initia