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:
parent
0a0f3f6e1a
commit
7bd469b467
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue