[syslinux:master] core/diskstart.inc: Remove unneeded DS reset in all_read

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Mar 2 15:12:26 PST 2011


Commit-ID:  e922a1f66528e6fd385f97fce57d3b8fdeec30ef
Gitweb:     http://syslinux.zytor.com/commit/e922a1f66528e6fd385f97fce57d3b8fdeec30ef
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Fri, 31 Dec 2010 12:23:21 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Fri, 31 Dec 2010 12:23:21 -0500

core/diskstart.inc: Remove unneeded DS reset in all_read



---
 core/diskstart.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

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



More information about the Syslinux-commits mailing list