diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-16 12:32:15 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-16 12:32:15 +0200 |
| commit | 684197d4bcb66e94c1dbf37591ed2a984792e51d (patch) | |
| tree | c0d086f05f3b59f847c7be1d06cde71e411f1da0 /Boot | |
| parent | 84aea90cff9952dbafcf147b7741c1985622a8d2 (diff) | |
MHR-31: Add ARM64 executable type for newoskrnl's PEF implementation.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Boot/makefile b/Boot/makefile index 98726bbe..37ac3704 100644 --- a/Boot/makefile +++ b/Boot/makefile @@ -28,7 +28,7 @@ BIOS=OVMF.fd IMG=epm.img IMG_2=epm-slave.img -EMU_FLAGS=-net none -smp 4 -m 4G -M q35 \ +EMU_FLAGS=-net none -smp 4 -m 4G -M q35 -d int \ -bios $(BIOS) -device piix3-ide,id=ide \ -drive id=disk,file=$(IMG),format=raw,if=none \ -device ide-hd,drive=disk,bus=ide.0 -drive \ |
