Do not build real mode emulator for i386. We use VM86 again since r210877.
This commit is contained in:
parent
367698346b
commit
3bf2fc8546
@ -369,10 +369,9 @@ i386/xbox/xboxfb.c optional xboxfb
|
|||||||
dev/fb/boot_font.c optional xboxfb
|
dev/fb/boot_font.c optional xboxfb
|
||||||
i386/xbox/pic16l.s optional xbox
|
i386/xbox/pic16l.s optional xbox
|
||||||
#
|
#
|
||||||
# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
|
# x86 real mode BIOS support, required by atkbdc/dpms/vesa
|
||||||
#
|
#
|
||||||
compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
|
compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
|
||||||
contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
|
|
||||||
#
|
#
|
||||||
# x86 shared code between IA32, AMD64 and PC98 architectures
|
# x86 shared code between IA32, AMD64 and PC98 architectures
|
||||||
#
|
#
|
||||||
|
@ -6,6 +6,9 @@ SRCS+= bus_if.h device_if.h pci_if.h
|
|||||||
|
|
||||||
.PATH: ${.CURDIR}/../../contrib/x86emu
|
.PATH: ${.CURDIR}/../../contrib/x86emu
|
||||||
.PATH: ${.CURDIR}/../../compat/x86bios
|
.PATH: ${.CURDIR}/../../compat/x86bios
|
||||||
SRCS+= x86bios.c x86emu.c
|
SRCS+= x86bios.c
|
||||||
|
.if ${MACHINE_ARCH} != "i386"
|
||||||
|
SRCS+= x86emu.c
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.kmod.mk>
|
.include <bsd.kmod.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user