wok diff syslinux/stuff/iso2exe/bootloader.S @ rev 18789

Add opencv (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 05 11:03:10 2016 +0100 (2016-01-05)
parents e4d238a76a77
children 78a46345f6bb
line diff
     1.1 --- a/syslinux/stuff/iso2exe/bootloader.S	Tue Jun 23 11:43:20 2015 +0200
     1.2 +++ b/syslinux/stuff/iso2exe/bootloader.S	Tue Jan 05 11:03:10 2016 +0100
     1.3 @@ -320,14 +320,15 @@
     1.4  	jb	initrdlp
     1.5  #else
     1.6  	movw	$ramdisk_size, %bx
     1.7 -	autoaddr	ramdisk_size_ofs(%bx)
     1.8 -	movw	ramdisk_image+1,%ax
     1.9  #ifdef MORETHAN16M
    1.10  	cmpb	%cl, ramdisk_image+2-ramdisk_size(%bx)
    1.11  	jb	bootit
    1.12 +	autoaddr	ramdisk_size_ofs(%bx)
    1.13 +	movw	ramdisk_image+1,%ax
    1.14  	shrw	%cl, boot_flag-ramdisk_size(%bx)
    1.15  	jne	initrdlp
    1.16  #else
    1.17 +	movw	ramdisk_image+1,%ax
    1.18  	cmpw	%ax, bootsect_dst_base+1(%si)
    1.19  	jb	initrdlp
    1.20  #endif