Simple, unsafe context switch
This commit is contained in:
parent
6715d5c534
commit
6e3f59ba8e
5 changed files with 54 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
ARCH?=arm
|
||||
ARCH?=x86_64
|
||||
|
||||
QEMU=qemu-system-$(ARCH)
|
||||
QEMUFLAGS=-serial mon:stdio -d guest_errors
|
||||
|
|
|
|||
Loading…
Reference in a new issue