mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-24 20:20:37 +00:00
Commit 73eb3f1
("[int13] Zero all possible registers when jumping to a
boot sector") introduced a regression preventing the SAN-booting of
boot sectors which rely upon %dl containing the correct drive number
(such as most CD-ROM boot sectors).
Fix by not zeroing %edx.
Signed-off-by: Michael Brown <mcb30@ipxe.org>