On Sun, Nov 15, 1998 at 02:40:24AM +0100, daniel.engstrom@riksnett.no wrote:
On 15 Nov, Philipp Rumpf wrote:
Can anybody figure out why the memtest fails? (boot/init32/memtest.S)
%edx is 0 ? cause you write
cmpl $0, %edx # did we relocate earlier ? je .out ^^^^ does not reset %eax, which is 0x10000 in the moment
Thanks, (blaming the coffee) fixed now, time to hunt the next bug.
What one ? Apropos bug: Stefan, when do you want to put a new devbios version on the net, here is my patch (against 0.2.100) again (I'll post it here cause it's small enough and if some people are brave enough to flash OpenBIOS sometime soon they should be sure they don't run into one of the bugs and cause their system to hard-reboot half-way of flashing a new BIOS(as this is definitely _no_ good time to reboot)).
I am currently reading the 82371 / 82430 documentation, perhaps I'll be able to write something tomorrow, but my 3am code is not that good normally.
Philipp Rumpf (prumpf@jcsbs.lanobis.de)