1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00

Do not show display

This commit is contained in:
Braiden Vasco 2017-11-09 16:33:01 +00:00
parent 0a0f3f6e1a
commit 7bd469b467

View file

@ -51,7 +51,7 @@ OBJS += syscall.c.o
OBJS := $(addprefix src/, $(OBJS))
run: $(IMAGE)
qemu-system-i386 -cdrom $< -serial stdio
qemu-system-i386 -cdrom $< -display none -serial stdio
all: $(KERNEL)