make: Default SMP=4 for qemu targets because why not

This commit is contained in:
K. Lange 2021-10-29 10:09:14 +09:00
parent 9352c31487
commit 6a9009e8a1

View File

@ -31,7 +31,7 @@ KERNEL_SOURCES += $(wildcard kernel/arch/${ARCH}/*.S)
MODULES = $(patsubst modules/%.c,$(BASE)/mod/%.ko,$(wildcard modules/*.c))
# Configs you can override.
SMP ?= 2
SMP ?= 4
RAM ?= 3G
EXTRA_ARGS ?=
EMU_KVM ?= -enable-kvm