wok diff syslinux/stuff/iso2exe/boot.c @ rev 13713

syslinux/iso2exe: add loram support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 18 16:09:07 2012 +0100 (2012-12-18)
parents 7d300004a3b8
children b5ea41033c21
line diff
     1.1 --- a/syslinux/stuff/iso2exe/boot.c	Thu Dec 13 14:33:27 2012 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/boot.c	Tue Dec 18 16:09:07 2012 +0100
     1.3 @@ -101,16 +101,13 @@
     1.4  			cmdfile = NULL;
     1.5  #asm
     1.6  		push	ds
     1.7 -		push	ds
     1.8  		pop	es
     1.9 -		push	cs
    1.10 -		pop	ds
    1.11  		mov	si, #0x82
    1.12  		mov	di, #_args
    1.13  		mov	cx, #0x7E/2
    1.14  		rep
    1.15 +		 seg	cs
    1.16  		  movsw
    1.17 -		pop	ds
    1.18  #endasm
    1.19  		}
    1.20  	}