@@ -1,3 +1,6 @@
.PHONY: run
run:
-bochs -f bochs.conf
+
+build/boot.vdi: build/boot.img
+ VBoxManage convertfromraw $< $@ --format VDI