diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-25 13:46:43 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-25 13:46:43 -0700 |
commit | 400e2b589e6d0bdd9efee9369feb7d5f5e0958d6 (patch) | |
tree | 5563ff419701da0868ff0da295fb1a6eb44e79ef /gpxe/src/arch/i386/interface/pxe/pxe_call.c | |
parent | 41e4481d7bb14abf1e53a9b63abce9533c4e66ad (diff) | |
download | syslinux.git-400e2b589e6d0bdd9efee9369feb7d5f5e0958d6.tar.gz syslinux.git-400e2b589e6d0bdd9efee9369feb7d5f5e0958d6.tar.xz syslinux.git-400e2b589e6d0bdd9efee9369feb7d5f5e0958d6.zip |
Update gPXEsyslinux-3.72-pre8
Update gPXE to:
gpxe-for-syslinux 0a1f463e8b3218803b42cd3940e90a7678de0b3e
gpxe upstream 3392cfa7df58a5662417f25226cf75dedabeb750
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'gpxe/src/arch/i386/interface/pxe/pxe_call.c')
-rw-r--r-- | gpxe/src/arch/i386/interface/pxe/pxe_call.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpxe/src/arch/i386/interface/pxe/pxe_call.c b/gpxe/src/arch/i386/interface/pxe/pxe_call.c index 3ccb7fb5..7122c4eb 100644 --- a/gpxe/src/arch/i386/interface/pxe/pxe_call.c +++ b/gpxe/src/arch/i386/interface/pxe/pxe_call.c @@ -440,6 +440,7 @@ int pxe_start_nbp ( void ) { __asm__ __volatile__ ( REAL_CODE ( "pushw %%cx\n\t" "pushw %%ax\n\t" "movw %%cx, %%es\n\t" + "sti\n\t" "lcall $0, $0x7c00\n\t" "addw $4, %%sp\n\t" ) : "=a" ( rc ), "=b" ( discard_b ), |