Re: [Etherboot-developers] [COMMIT] 5.1.2+ boot from disk.
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-08-29 15:19:00
|
>Fixed it! > >Problem was that %ebx was not zeroed before the first Int15:e820 call. >Presumably, some BIOSes can cope with this and will correct for it, but >others will just blindly use it as an offset into some table. > >I now get the correct E820 map returned in 5.1.x. Fix is committed to >pcbios.S. It's a one-liner: > xorl %ebx, %ebx >that somehow got lost between 5.0.x and 5.1.x. Bravo! Looks like it's time for me to make another rc tarball. |