Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-08-30 14:25:34
|
>so the problem looks to be that segment 4 (Kernel setup) is given a memory >length of 40448 when it should be 8192. Error in 5.1.2 interpreting the NBI spec. The original intention was that the memory length would specify how large the segment could grow to, but currently and for the forseeable future conveys no useful information and should be ignored. What should be loaded is just the image length. No need to prezero the area either, the spec doesn't require that. |