summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22c435d..bf0f611 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ ISO=kernel.iso
all: run
run: kernel
- qemu-system-i386 -kernel $(KERNEL_DIR)/kernel.elf
+ ./tools/test_port &
+ qemu-system-i386 -kernel $(KERNEL_DIR)/kernel.elf -serial pty
run-iso: $(ISO)
qemu-system-i386 -hda $(ISO)