summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aca4cab..fdd1362 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,7 @@ clean:
rm -f $(TARGET)
run: $(TARGET)
- #qemu-system-x86_64 -s -kernel $(TARGET) -drive file=hd.img,format=raw -serial stdio
- #qemu-system-x86_64 -s -kernel $(TARGET) -serial stdio
- qemu-system-x86_64 -s -kernel $(TARGET) -nographic -curses
+ qemu-system-x86_64 -s -kernel $(TARGET) -serial stdio
#qemu-system-x86_64 -s -S -kernel $(TARGET) -drive file=hd.img,format=raw
.FORCE: