Explorar el Código

Use internal 16-bit stack for added safety.

tags/v0.9.3
Michael Brown hace 16 años
padre
commit
f8a0b5f682
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      src/arch/i386/prefix/pxeprefix.S

+ 4
- 0
src/arch/i386/prefix/pxeprefix.S Ver fichero

@@ -700,6 +700,10 @@ run_etherboot:
700 700
 	/* Install Etherboot */
701 701
 	call	install
702 702
 
703
+	/* Set up real-mode stack */
704
+	movw	%bx, %ss
705
+	movw	$_estack16, %sp
706
+
703 707
 #ifdef PXELOADER_KEEP_UNDI
704 708
 	/* Copy our undi_device structure to the preloaded_undi variable */
705 709
 	movw	%bx, %es

Loading…
Cancelar
Guardar