RE: [Etherboot-developers] proto_tftm.c -- Etherboot Multicast TFTP
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2003-09-03 10:07:34
|
> Is this printed by Etherboot or a hardware error? I notice that the The tomsrtbt produces the error, I will post the exact message after I review how I call allot. > protocol handler allocates a buffer on the heap the size of the file. > Are you doing multiple allocations or something, like what Eric > suggests? Maybe the master handover isn't correct? Put some debugging > statements there. I will take a look. > Another thing you can do is put some code to make a checksum of the > whole buffer before handing it off to osloader since it's effectively > one big block. Then you can compare this with the file checksum or > between machines. In this case, I don't think it is an issue with the file image but I could be wrong. Tim |