wok-next diff gpxe/stuff/cmdline.u @ rev 1692

Add: get-OpenOffice3.sh
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Nov 11 12:20:46 2008 +0100 (2008-11-11)
parents c135cd14d789
children e35a8dffd011
line diff
     1.1 --- a/gpxe/stuff/cmdline.u	Mon Jul 21 14:22:01 2008 +0000
     1.2 +++ b/gpxe/stuff/cmdline.u	Tue Nov 11 12:20:46 2008 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4   	/* Calculated lcall to _start with %cs:0000 = image start */
     1.5   	lret
     1.6   
     1.7 -@@ -448,7 +449,23 @@
     1.8 +@@ -448,7 +449,25 @@
     1.9   /*
    1.10   	We're now at the beginning of the kernel proper.
    1.11    */
    1.12 @@ -42,6 +42,8 @@
    1.13  +	jne	run_etherboot
    1.14  +	lodsw
    1.15  +	xchg	%ax, %si
    1.16 ++	cmpb	(%si),%ah
    1.17 ++	je	run_etherboot
    1.18  +	push	%ds
    1.19  +	pop	%es
    1.20  +	movw	$boot_url, %di