summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJake Mannens <jakem_5@hotmail.com>2019-09-02 18:11:11 +1000
committerJake Mannens <jakem_5@hotmail.com>2019-09-02 18:11:11 +1000
commit13beef7e581d034dc477a20ad845844b1de24405 (patch)
tree1032cc0244f08ab62c4ae6133d297e98b10e242f /Makefile
parentce91afe04bd24fe9277a3f7b68ddf0654f1634ac (diff)
Updated Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d62a8f..aca4cab 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ clean:
run: $(TARGET)
#qemu-system-x86_64 -s -kernel $(TARGET) -drive file=hd.img,format=raw -serial stdio
- qemu-system-x86_64 -s -kernel $(TARGET)
+ #qemu-system-x86_64 -s -kernel $(TARGET) -serial stdio
+ qemu-system-x86_64 -s -kernel $(TARGET) -nographic -curses
#qemu-system-x86_64 -s -S -kernel $(TARGET) -drive file=hd.img,format=raw
.FORCE: