vga=no mode and serial echo
This commit is contained in:
parent
842826c1b0
commit
00db6ddd62
2 changed files with 20 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -48,7 +48,9 @@ qemu: $(KBUILD)/harddrive.bin
|
|||
else
|
||||
LD=ld
|
||||
QEMUFLAGS+=-enable-kvm -cpu host -machine q35 -smp 4
|
||||
ifeq ($(vga),no)
|
||||
QEMUFLAGS+=-nographic -vga none
|
||||
endif
|
||||
#,int,pcall
|
||||
#-device intel-iommu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue