aboutsummaryrefslogtreecommitdiff
path: root/cmake/run.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/run.cmake')
-rw-r--r--cmake/run.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/run.cmake b/cmake/run.cmake
index 7af3804..60f19d1 100644
--- a/cmake/run.cmake
+++ b/cmake/run.cmake
@@ -1,4 +1,3 @@
-set(BOCHS_CMD bochs)
set(QEMU_SYSTEM_CMD qemu-system-i386)
set(QEMU_ARGUMENTS
@@ -32,14 +31,6 @@ add_custom_target(run-headless
USES_TERMINAL
)
-add_custom_target(run-bochs
- ${BOCHS_CMD}
- -f ${CMAKE_SOURCE_DIR}/.bochsrc
-
- DEPENDS iso
- USES_TERMINAL
-)
-
add_custom_target(run-gdb
${QEMU_SYSTEM_CMD}
${QEMU_ARGUMENTS}