7 lines
57 B
Makefile
7 lines
57 B
Makefile
.POSIX:
|
|
|
|
.PHONY: run
|
|
|
|
run:
|
|
qemu-system-32 -bios ovmf.fd
|