From: Gene Cumm Date: Fri, 31 Dec 2010 17:23:21 +0000 (-0500) Subject: core/diskstart.inc: Remove unneeded DS reset in all_read X-Git-Tag: syslinux-4.04-pre10~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e922a1f66528e6fd385f97fce57d3b8fdeec30ef;p=platform%2Fupstream%2Fsyslinux.git core/diskstart.inc: Remove unneeded DS reset in all_read --- diff --git a/core/diskstart.inc b/core/diskstart.inc index 510b1a7..7c1b196 100644 --- a/core/diskstart.inc +++ b/core/diskstart.inc @@ -420,9 +420,8 @@ SectorPtrsEnd equ $ section .text16 all_read: - ; We enter here with both DS and ES scrambled... + ; We enter here with ES scrambled... xor ax,ax - mov ds,ax mov es,ax ; ; Let the user (and programmer!) know we got this far. This used to be