Disable kfreebsd bootcheck on qemu and multiboot

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-29 02:29:01 +02:00
parent 5d9bdcf167
commit 303f59958e

View file

@ -272,12 +272,16 @@ endif
if !COND_i386_coreboot
# Crashes because memory at 0-0x1000 is occupied
BOOTCHECKS += bootcheck-kfreebsd-x86_64
# Likewise.
BOOTCHECKS += bootcheck-knetbsd-x86_64
# Likewise and require ACPI.
if !COND_i386_multiboot
if !COND_i386_qemu
BOOTCHECKS += bootcheck-kfreebsd-x86_64
BOOTCHECKS += bootcheck-kfreebsd-i386
endif
endif
endif
BOOTCHECKS += bootcheck-kfreebsd-aout