fixed USB booting issue
[bootcensus] / Makefile
index 9117c3f..7e0f1b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ $(elf): $(obj)
 
 .PHONY: clean
 clean:
-       rm -f $(obj) $(bin)
+       rm -f $(obj) $(bin) floppy.img
 
 .PHONY: cleandep
 cleandep:
@@ -45,4 +45,4 @@ cleandep:
 
 .PHONY: run
 run: $(bin)
-       qemu-system-i386 -fda floppy.img
+       qemu-system-i386 -fda floppy.img -serial file:serial.log