mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
[prefix] Align INT 15,88 temporary decompression area to a page boundary
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -827,6 +827,7 @@ payload_death_message:
|
||||
movw %ax, %di
|
||||
addl $0x400, %edi
|
||||
subl $_textdata_memsz_kb, %edi
|
||||
andw $~0x03, %di
|
||||
shll $10, %edi
|
||||
/* Sanity check: if we have ended up below 1MB, use 1MB */
|
||||
cmpl $0x100000, %edi
|
||||
|
||||
Reference in New Issue
Block a user