From b4f96bf19dd34f6cee9e63761782e0978e9dca75 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 25 Aug 2025 14:49:19 +0200 Subject: feat! fixed the boot flow and validation in AArch64. note: - Was already patched in STB. Signed-off-by: Amlal El Mahrouss --- src/arm64/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arm64') diff --git a/src/arm64/makefile b/src/arm64/makefile index a85553b..c4e7083 100644 --- a/src/arm64/makefile +++ b/src/arm64/makefile @@ -28,7 +28,7 @@ FLAGS_LD= --script=script.lds -o core-boot.elf -nostdlib OBJCOPY=aarch64-elf-objcopy EMU=qemu-system-aarch64 -EMU_FLAGS=-M virt -cpu cortex-a57 -bios $(FIRMWARE) -m 256M -d int -smp 2 +EMU_FLAGS=-M virt -cpu cortex-a57 -bios $(FIRMWARE) -device loader,file=$(STAGE2),addr=0x60000000 -m 4G -d int -d guest_errors WAIT=sleep 1 -- cgit v1.2.3