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:
|
FORCE:
|
||||||
|
|
||||||
# Emulation
|
# Emulation
|
||||||
QEMU=qemu-system-$(ARCH)
|
QEMU=SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-$(ARCH)
|
||||||
QEMUFLAGS=-serial mon:stdio -d cpu_reset -d guest_errors
|
QEMUFLAGS=-serial mon:stdio -d cpu_reset -d guest_errors
|
||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
LD=$(ARCH)-none-eabi-ld
|
LD=$(ARCH)-none-eabi-ld
|
||||||
|
|
|
@ -8,4 +8,4 @@ dhcpd -b
|
||||||
httpd
|
httpd
|
||||||
getty display:2
|
getty display:2
|
||||||
getty display:3
|
getty display:3
|
||||||
#orbital display:4
|
orbital display:4
|
||||||
|
|
Loading…
Reference in a new issue