From 22b7b4427fd01384aad23b4669427aab75d32a42 Mon Sep 17 00:00:00 2001 From: Amlal Date: Tue, 11 Feb 2025 14:36:47 +0100 Subject: ADD: Use KVM for accel (NeKernel shall be bootstraped on linux now) Signed-off-by: Amlal --- dev/Boot/amd64-desktop.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index f1bd60f1..37244c91 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -30,7 +30,7 @@ IMG_2=epm-master-2.img EMU_FLAGS=-net none -smp 4 -m 8G \ -bios $(BIOS) -drive \ - file=fat:rw:src/Root/,index=3,format=raw + file=fat:rw:src/Root/,index=3,format=raw -accel kvm LD_FLAGS=-e Main --subsystem=10 -- cgit v1.2.3