Nographic mode, fix userspace transition by setting kernel TLS back on syscall
This commit is contained in:
parent
fb0df8530d
commit
a5d79d7957
6 changed files with 48 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue