Fix mouse cursor on some systems
Reenable orbital
This commit is contained in:
parent
867a3badbf
commit
9f2a1aba0c
2
Makefile
2
Makefile
|
@ -106,7 +106,7 @@ update:
|
|||
FORCE:
|
||||
|
||||
# Emulation
|
||||
QEMU=qemu-system-$(ARCH)
|
||||
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(ARCH)
|
||||
QEMUFLAGS=-serial mon:stdio -d cpu_reset -d guest_errors
|
||||
ifeq ($(ARCH),arm)
|
||||
LD=$(ARCH)-none-eabi-ld
|
||||
|
|
|
@ -8,4 +8,4 @@ dhcpd -b
|
|||
httpd
|
||||
getty display:2
|
||||
getty display:3
|
||||
#orbital display:4
|
||||
orbital display:4
|
||||
|
|
Loading…
Reference in a new issue