Test boot with multicore

This commit is contained in:
Wildan M
2026-04-20 09:31:54 +07:00
parent f7f40b0932
commit 08c36bed26
+2 -2
View File
@@ -49,12 +49,12 @@ clean:
# test if booting
test: all
$(MAKE) install
REDOXER_QEMU_SMP=1 redoxer exec --folder ./sysroot/:/ true
redoxer exec --folder ./sysroot/:/ true
# test with interactive gui
test-gui: all
$(MAKE) install
REDOXER_QEMU_SMP=1 redoxer exec --gui --folder ./sysroot/:/ ion
redoxer exec --gui --folder ./sysroot/:/ ion
# -----------------------------------------------------------------------------
# base-initfs