]> xenbits.xensource.com Git - seabios.git/commit
APM fixes; don't save/clear/restore %esp high bits.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 7 Jun 2008 18:51:14 +0000 (14:51 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 7 Jun 2008 18:51:14 +0000 (14:51 -0400)
commit0fae9e18fc6c9ae0f6745c38c5363892a776bf03
tree3854caf784e4cb739c7d8c6d696553c22899d74f
parentdb9e65ea4caa530198415ec580b2be05ab7b94fd
APM fixes; don't save/clear/restore %esp high bits.

Don't worry about %esp high bits - 16bit protected mode may require
    the bits to be set.  It would be very odd to call into the bios
    with junk in %esp high bits.
Fix 32bit apm entry point.
Don't log apm calls 155306/15530b.
src/apm.c
src/romlayout.S