Ver código fonte

[nbiprefix] Set up real-mode stack before jumping to .text16

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 anos atrás
pai
commit
c7694acb51
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      src/arch/i386/prefix/nbiprefix.S

+ 4
- 0
src/arch/i386/prefix/nbiprefix.S Ver arquivo

@@ -54,6 +54,10 @@ _nbi_start:
54 54
 	/* Install iPXE */
55 55
 	call	install
56 56
 
57
+	/* Set up real-mode stack */
58
+	movw	%bx, %ss
59
+	movw	$_estack16, %sp
60
+
57 61
 	/* Jump to .text16 segment */
58 62
 	pushw	%ax
59 63
 	pushw	$1f

Carregando…
Cancelar
Salvar