We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31932a2 commit 1402cddCopy full SHA for 1402cdd
Makefile.am
@@ -369,6 +369,12 @@ if COND_i386_coreboot
369
BOOTCHECKS = bootcheck-kfreebsd-aout bootcheck-kopenbsd-i386 bootcheck-kopenbsd-x86_64 bootcheck-multiboot bootcheck-multiboot2 bootcheck-linux-i386 bootcheck-linux-x86_64 bootcheck-knetbsd-x86_64 bootcheck-kfreebsd-x86_64 bootcheck-kfreebsd-i386
370
endif
371
372
+if COND_i386_ieee1275
373
+# *BSD requires ACPI
374
+#legacy protocol (linux16) makes early BIOS calls.
375
+BOOTCHECKS = bootcheck-kfreebsd-aout bootcheck-multiboot bootcheck-multiboot2 bootcheck-linux-i386 bootcheck-linux-x86_64
376
+endif
377
+
378
if COND_i386_pc
379
#pc chainloader by definition is only for i386-pc
380
#ntldr and bootmgr require BIOS.
0 commit comments