summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6806c1b..83b07d3 100644
--- a/Makefile
+++ b/Makefile
@@ -143,9 +143,12 @@ $(FOOLOS_VDI): $(FOOLOS)
VBoxManage convertfromraw $< $@ --uuid 2f11ca11-c35d-4240-b77e-79e37d32616c
# run in our local bochs (we need cirrus support for our vesa mode)
-run: all
+run-bochs: all
~/opt/bochs-2.6.6/bochs -q -f bochs/bochsrc -rc bochs/bochsdebug
+run-qemu: all
+ qemu-system-i386 $(FOOLOS)
+
newrun: clean run