diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-11 20:39:17 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-11 20:39:17 +0200 |
| commit | bf11afdba8486d5b15445d55427a5e97385348fd (patch) | |
| tree | af1370219334b2126655fa59b69b8d48ae63d63d /dev/ZBA/amd64-efi.make | |
| parent | 8b6cc0cbe5e19e8114a65785e24bbcf4d22e0d2f (diff) | |
REWORK: Reworking Paging API on AMD64.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/ZBA/amd64-efi.make')
| -rw-r--r-- | dev/ZBA/amd64-efi.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBA/amd64-efi.make b/dev/ZBA/amd64-efi.make index 5d5071e0..7695e240 100644 --- a/dev/ZBA/amd64-efi.make +++ b/dev/ZBA/amd64-efi.make @@ -36,7 +36,7 @@ EMU_FLAGS=-net none -m 8G -M q35 \ file=fat:rw:Sources/Root/,index=2,format=raw \ -drive id=disk_2,file=$(IMG_2),if=none \ -device ahci,id=ahci \ - -device ide-hd,drive=disk_2,bus=ahci.0 -d int + -device ide-hd,drive=disk_2,bus=ahci.0 -d int -no-shutdown -no-reboot LD_FLAGS=-e Main --subsystem=10 |
