diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
