Parcourir la source

[prefix] Align INT 15,88 temporary decompression area to a page boundary

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown il y a 9 ans
Parent
révision
a4f5c4647e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/arch/x86/prefix/libprefix.S

+ 1
- 0
src/arch/x86/prefix/libprefix.S Voir le fichier

@@ -827,6 +827,7 @@ payload_death_message:
827 827
 	movw	%ax, %di
828 828
 	addl	$0x400, %edi
829 829
 	subl	$_textdata_memsz_kb, %edi
830
+	andw	$~0x03, %di
830 831
 	shll	$10, %edi
831 832
 	/* Sanity check: if we have ended up below 1MB, use 1MB */
832 833
 	cmpl	$0x100000, %edi

Chargement…
Annuler
Enregistrer