From aad4bfe0261ea623342adc392728281be5062967 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 26 Nov 2014 01:17:24 +0100 Subject: added qemu target to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3