Merge branch 'test-multi-boot' into 'main'

Test boot with multicore

See merge request redox-os/base!237
This commit is contained in:
Jeremy Soller
2026-04-20 11:28:21 -06:00
+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