Eric W. Biederman wrote: > I need to review HPA changes a little more from his rewrite in C. > I think he messed up with the guarantee of initialization in that > rewrite, but I'm not quite certain.
I beg to differ, sir! In my rewritten code, the "zeropage" is 4K of zero-initialized .bss, into which the setup header is copied. So any undefined field will be initialized to zero, not to whatever assembly code happened to be there. You know that with the old code, we got boot failures after changing the error message in the dummy boot sector? -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/