diff --git a/Makefile b/Makefile index 55c5b06..8ef21d3 100644 --- a/Makefile +++ b/Makefile @@ -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