Skip to content
Commit 32ec7fd0 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86, setup: preemptively save/restore edi and ebp around INT 15 E820



Impact: BIOS bugproofing

Since there are BIOSes known to clobber %ebx and %esi for INT 15 E820,
assume there is something out there clobbering %edi and/or %ebp too,
and don't wait for it to fail.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 01522df3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment