Files
rosetta/arch/x86_64/Arch.cmake
Max Wash a01b5ddb11 cmake: add a simple does-the-os-boot-successfully test
the test will repeated boot the operating system and use the serial log to determine
if the boot was successful. if a problem is detected, a debugger is automatically
started and attached.
2026-03-15 09:49:51 +00:00

5 lines
64 B
CMake

include(System-Disk)
include(QEMU)
include(Bochs)
include(Test)