http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843bcc2
)
Note to self: learn to count.
author
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Aug 2006 00:56:07 +0000
(
00:56
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 9 Aug 2006 00:56:07 +0000
(
00:56
+0000)
src/arch/i386/interface/pxe/pxe_entry.S
patch
|
blob
|
history
diff --git
a/src/arch/i386/interface/pxe/pxe_entry.S
b/src/arch/i386/interface/pxe/pxe_entry.S
index
b622f99
..
522833b
100644
(file)
--- a/
src/arch/i386/interface/pxe/pxe_entry.S
+++ b/
src/arch/i386/interface/pxe/pxe_entry.S
@@
-138,10
+138,10
@@
pxe_entry_common:
pushw %di
pushw %bx
/* Load !PXE parameters from stack into PXENV+ registers */
- movw 1
6
(%esp), %bx
+ movw 1
8
(%esp), %bx
movw %bx, %es
- movw 1
4
(%esp), %di
- movw 1
2
(%esp), %bx
+ movw 1
6
(%esp), %di
+ movw 1
4
(%esp), %bx
/* Make call as for PXENV+ */
pushw %cs
call pxenv_entry