Nographic mode, fix userspace transition by setting kernel TLS back on syscall

This commit is contained in:
Jeremy Soller 2016-09-08 15:45:26 -06:00
parent fb0df8530d
commit a5d79d7957
6 changed files with 48 additions and 16 deletions

View file

@ -13,8 +13,8 @@ ifeq ($(ARCH),arm)
else
LD=ld
QEMUFLAGS+=-enable-kvm -cpu host -machine q35 -smp 4
QEMUFLAGS+=-nographic -vga none
#,int,pcall
#-nographic
#-device intel-iommu
UNAME := $(shell uname)