wok rev 1002

gpxe: fix floppy bot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 06 18:15:46 2008 +0000 (2008-07-06)
parents da7eea2e2d10
children e591dc06c14f
files gpxe/stuff/default_boot.u
line diff
     1.1 --- a/gpxe/stuff/default_boot.u	Sun Jul 06 17:25:17 2008 +0000
     1.2 +++ b/gpxe/stuff/default_boot.u	Sun Jul 06 18:15:46 2008 +0000
     1.3 @@ -36,11 +36,13 @@
     1.4   
     1.5   	.org	PREFIXSIZE
     1.6   /*
     1.7 -@@ -453,6 +455,13 @@
     1.8 +@@ -453,6 +457,13 @@
     1.9   	movw	%bx, %ss
    1.10   	movw	$_estack16, %sp
    1.11   
    1.12  +	/* Copy our boot_url structure to the forced_url variable */
    1.13 ++	push	%cs
    1.14 ++	pop	%ds
    1.15  +	movw	%bx, %es
    1.16  +	movw	$forced_url, %di
    1.17  +	movw	$boot_url, %si