Compare commits

...

1 commit

Author SHA1 Message Date
Midgard e4c5606589
Add .PHONY to Makefile 2020-02-01 22:00:16 +01:00

View file

@ -1,3 +1,5 @@
.PHONY: run run_kernelonly debug_kernel clean bin compile_helpers compile_bootloader compile_kernel
run: bin
qemu-system-i386 -drive format=raw,file=target/boot.bin -monitor stdio