On Sat, Sep 27, 2008 at 3:15 PM, Robert Millan rmh@aybabtu.com wrote:
On Sat, Sep 27, 2008 at 04:36:13PM +0200, Carl-Daniel Hailfinger wrote:
This patch removes the ability of stage2 to return a specific error code. Please fix that regression. Thanks.
I need some way for stage2 to pass information to stage1. Other than this or a hardcoded address (which is a source of trouble as explained before), I don't see any way to do it that doesn't involve significant restructuring.
Got any suggestions?
pass a struct pointer to stage 2 that it can fill in. It's a simple patch.
ron