From 0cc4d5096b9a4c9207c35b71ad456385367262a9 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Tue, 25 Mar 2025 15:20:57 +0000 Subject: [PATCH] fix: accidentally hit CTRL+Z Signed-off-by: EnderIce2 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3448cc7e..bc9c7d91 100644 --- a/Makefile +++ b/Makefile @@ -337,7 +337,12 @@ clean_logs: LPT1.dmp LPT2.dmp LPT3.dmp \ mouse.pcap kbd.pcap mousex.pcap kbdx.pcap -vscode_debug_only: clean_logs +check_chmod_kvm: +ifeq ($(CHMOD_KVM), 1) + sudo chmod 666 /dev/kvm +endif + +vscode_debug_only: clean_logs check_chmod_kvm ifneq ($(filter arm aarch64,$(OSARCH)),) $(QEMU) -S -chardev socket,path=/tmp/gdb-fennix,server=on,wait=off,id=gdb0 -gdb chardev:gdb0 \ -d cpu_reset,int,unimp,guest_errors,mmu,fpu \