core/diskstart.inc: Remove unneeded DS reset in all_read
authorGene Cumm <gene.cumm@gmail.com>
Fri, 31 Dec 2010 17:23:21 +0000 (12:23 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Fri, 31 Dec 2010 17:23:21 +0000 (12:23 -0500)
core/diskstart.inc

index 510b1a7..7c1b196 100644 (file)
@@ -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