From 516efdab62108ff03af7f1d91e6dcba02f6aad47 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 7 Nov 2024 16:30:10 +0100 Subject: Kernel: lots of fixes and improvements. Signed-off-by: Amlal El Mahrouss --- dev/ZBAKit/amd64-efi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/ZBAKit') diff --git a/dev/ZBAKit/amd64-efi.make b/dev/ZBAKit/amd64-efi.make index a27293ce..0ef4cf18 100644 --- a/dev/ZBAKit/amd64-efi.make +++ b/dev/ZBAKit/amd64-efi.make @@ -29,12 +29,12 @@ IMG=epm-master-1.img IMG_2=epm-slave.img IMG_3=epm-master-2.img -EMU_FLAGS=-net none -smp 4 -m 8G -M q35 \ +EMU_FLAGS=-net none -smp 1 -m 8G -M q35 \ -bios $(BIOS) -drive \ file=fat:rw:src/Root/,index=2,format=raw \ -drive id=disk_2,file=$(IMG),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 -- cgit v1.2.3