diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-09 18:09:09 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-09 18:09:09 +0200 |
| commit | 891245c6c9a78cea6074e336d1b04a2264b2fcce (patch) | |
| tree | 05e82ca5bd807c7646337a8c3f6adcbf630d5f17 /Boot | |
| parent | 560a6c233286ec736a7a7c570efc68161c9953be (diff) | |
MHR-36: IMP: NVME core driver, check ticket.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/amd64-efi.make | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index 16cb936e..97c553f7 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -25,14 +25,17 @@ NEWOS_MODEL=-DkMachineModel="\"Generic Zeta HD\"" endif BIOS=OVMF.fd -IMG=epm.img +IMG=epm-master-1.img IMG_2=epm-slave.img +IMG_3=epm-master-2.img EMU_FLAGS=-net none -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 \ - file=fat:rw:Sources/Root/,index=2,format=raw -d int -hdd $(IMG_2) + file=fat:rw:Sources/Root/,index=2,format=raw -d int -hdd $(IMG_2) \ + -drive file=$(IMG_3),if=none,id=nvm + -device nvme,serial=Zeta,drive=nvm LD_FLAGS=-e Main --subsystem=10 |
