Files
mango/arch/x86_64/targets.cmake

8 lines
154 B
CMake
Raw Normal View History

2024-09-17 17:50:15 +01:00
find_program(QEMU qemu-system-x86_64)
add_custom_target(run
USES_TERMINAL
COMMAND ${QEMU}
-kernel $<TARGET_FILE:${kernel_exe_name}>
-serial stdio)