# HG changeset patch # User Pascal Bellard # Date 1215368146 0 # Node ID 5367046716baa3f585a48c59fa71cf0fc9ed72ae # Parent da7eea2e2d10c9d18c047032dd5f54d314ef0c16 gpxe: fix floppy bot diff -r da7eea2e2d10 -r 5367046716ba gpxe/stuff/default_boot.u --- a/gpxe/stuff/default_boot.u Sun Jul 06 17:25:17 2008 +0000 +++ b/gpxe/stuff/default_boot.u Sun Jul 06 18:15:46 2008 +0000 @@ -36,11 +36,13 @@ .org PREFIXSIZE /* -@@ -453,6 +455,13 @@ +@@ -453,6 +457,13 @@ movw %bx, %ss movw $_estack16, %sp + /* Copy our boot_url structure to the forced_url variable */ ++ push %cs ++ pop %ds + movw %bx, %es + movw $forced_url, %di + movw $boot_url, %si