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.
This commit is contained in:
2026-03-15 09:49:44 +00:00
parent 1e9fe24b39
commit a01b5ddb11
4 changed files with 157 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
include(System-Disk)
include(QEMU)
include(Bochs)
include(Test)