http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3bf7105
)
[PXE] PMM now tested and working
author
Michael Brown
<mcb30@etherboot.org>
Tue, 11 Mar 2008 16:08:04 +0000
(16:08 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 11 Mar 2008 16:08:04 +0000
(16:08 +0000)
Minor bugfix: 4 x 2 = 8, not 16
src/arch/i386/prefix/romprefix.S
patch
|
blob
|
history
diff --git
a/src/arch/i386/prefix/romprefix.S
b/src/arch/i386/prefix/romprefix.S
index
c068160
..
d37cce9
100644
(file)
--- 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)
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
testw %ax, %ax
jne hook_int19
movw $init_message_bbs, %si