mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
Our INT 15,e820 code was setting %es=%ss (as part of the "look ahead in the memory map" logic), but failing to restore %es afterwards. This is a serious bug, but wasn't affecting many platforms because almost all callers seem to set %es=%ss anyway.