Re: [PATCH] Fix to elfboot checksum problem

2003-07-07 Thread Eric W. Biederman
SONE Takeshi <[EMAIL PROTECTED]> writes: > Hi, > I think I've at last found a bug in elfboot.c. > Until this fix, I had always needed to disable verify code in > elfboot.c to get it work. > Now it boots ELF kernel with BOOT_IDE perfectly. > > One of doubly-linked chain was not initialized. > I th

[PATCH] Fix to elfboot checksum problem

2003-06-30 Thread SONE Takeshi
Hi, I think I've at last found a bug in elfboot.c. Until this fix, I had always needed to disable verify code in elfboot.c to get it work. Now it boots ELF kernel with BOOT_IDE perfectly. One of doubly-linked chain was not initialized. I think it did not cause problem when memory near address 0 co