Makefile 162 B

12345678
  1. .PHONY: run
  2. run:
  3. -rm build/boot.img.lock
  4. -bochs -f bochs.conf
  5. build/boot.vdi: build/boot.img
  6. -rm build/boot.vdi
  7. VBoxManage convertfromraw $< $@ --format VDI