From 303a9709af40acee7607f84d502faa3b33393c24 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 08:34:09 +0100 Subject: ADD: Uprgade to LLDB, while keeping the GDB files. Signed-off-by: Amlal El Mahrouss --- dev/Boot/amd64-desktop.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev/Boot') diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index 34ae629e..c257243c 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -21,7 +21,7 @@ EMU=qemu-system-x86_64 -net none endif ifeq ($(NEWS_MODEL), ) -ZKA_MODEL=-DkMachineModel="\"ZkaOS\"" +ZKA_MODEL=-DkMachineModel="\"NeOS\"" endif BIOS=OVMF.fd @@ -85,7 +85,6 @@ run-efi-amd64-ahci: $(EMU) $(EMU_FLAGS) -M q35 -drive file=$(IMG),format=raw,if=none,id=disk \ -device ich9-ahci,id=ahci \ -device ide-hd,drive=disk,bus=ahci.0 \ - -enable-kvm \ -s -S .PHONY: run-efi-amd64-ata -- cgit v1.2.3