fix: General fixes

This commit is contained in:
2025-08-07 21:26:50 +02:00
parent 4d98c6a7d6
commit 7f0e67782d
4 changed files with 7 additions and 34 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ MAKEFLAGS += -rR
ARCH := x86_64
# Default user QEMU flags. These are appended to the QEMU command calls.
QEMUFLAGS := -m 2G -s -S -d int -D qemu.log
QEMUFLAGS := -m 2G -d int -D qemu.log
override IMAGE_NAME := os220-$(ARCH)