diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-31 09:06:54 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-31 09:06:54 +0200 |
| commit | b459090d41ee4b75ad5fd957e6ef9912189e1605 (patch) | |
| tree | 52ca5660b7f9fe861374fff4dd3e6de3d1b7cece | |
| parent | 5c46e7bed4aa703e21a6a4b29dd8b7d4e505a2fe (diff) | |
meta: Fix bootloader makefile.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | Boot/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Boot/makefile b/Boot/makefile index 63883321..6c38208d 100644 --- a/Boot/makefile +++ b/Boot/makefile @@ -27,7 +27,7 @@ IMG=epm.img IMG_2=epm-slave.img EMU_FLAGS=-net none -smp 4,sockets=1,cores=4,threads=1 -m 4G -M q35 \ - -bios Sources/$(BIOS) -device piix3-ide,id=ide \ + -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 \ file=fat:rw:Sources/Root,index=2,format=raw -d int -hdd $(IMG_2) |
