Browse Source

Note to self: learn to count.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
fd07f56f0d
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/arch/i386/interface/pxe/pxe_entry.S

+ 3
- 3
src/arch/i386/interface/pxe/pxe_entry.S View File

138
 	pushw	%di
138
 	pushw	%di
139
 	pushw	%bx
139
 	pushw	%bx
140
 	/* Load !PXE parameters from stack into PXENV+ registers */
140
 	/* Load !PXE parameters from stack into PXENV+ registers */
141
-	movw	16(%esp), %bx
141
+	movw	18(%esp), %bx
142
 	movw	%bx, %es
142
 	movw	%bx, %es
143
-	movw	14(%esp), %di
144
-	movw	12(%esp), %bx
143
+	movw	16(%esp), %di
144
+	movw	14(%esp), %bx
145
 	/* Make call as for PXENV+ */
145
 	/* Make call as for PXENV+ */
146
 	pushw	%cs
146
 	pushw	%cs
147
 	call	pxenv_entry
147
 	call	pxenv_entry

Loading…
Cancel
Save