summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/prefix
diff options
context:
space:
mode:
authorMichael Brown2008-03-11 17:08:04 +0100
committerMichael Brown2008-03-11 17:08:04 +0100
commit66d9a411f718e7b135da11254c9e0fba9157896f (patch)
treed7532b355427ca9029f022274ac52fcc20c3e463 /src/arch/i386/prefix
parent[prefix] Cope with image source addresses outside base memory (diff)
downloadipxe-66d9a411f718e7b135da11254c9e0fba9157896f.tar.gz
ipxe-66d9a411f718e7b135da11254c9e0fba9157896f.tar.xz
ipxe-66d9a411f718e7b135da11254c9e0fba9157896f.zip
[PXE] PMM now tested and working
Minor bugfix: 4 x 2 = 8, not 16
Diffstat (limited to 'src/arch/i386/prefix')
-rw-r--r--src/arch/i386/prefix/romprefix.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S
index c0681607..d37cce94 100644
--- a/src/arch/i386/prefix/romprefix.S
+++ b/src/arch/i386/prefix/romprefix.S
@@ -138,7 +138,7 @@ init:
pushw $bbs_version
pushw $PNP_GET_BBS_VERSION
lcall *%es:0xd(%di)
- addw $16, %sp
+ addw $8, %sp
testw %ax, %ax
jne hook_int19
movw $init_message_bbs, %si