Page MenuHomeFreeBSD

D36052.id109521.diff
No OneTemporary

D36052.id109521.diff

Index: stand/efi/loader/Makefile
===================================================================
--- stand/efi/loader/Makefile
+++ stand/efi/loader/Makefile
@@ -5,6 +5,7 @@
LOADER_UFS_SUPPORT?= yes
LOADER_CD9660_SUPPORT?= no
LOADER_EXT2FS_SUPPORT?= no
+LOADER_AARCH64_HYPERV_SUPPORT?= no
.include <bsd.init.mk>
Index: stand/efi/loader/conf.c
===================================================================
--- stand/efi/loader/conf.c
+++ stand/efi/loader/conf.c
@@ -88,7 +88,9 @@
struct console *consoles[] = {
&efi_console,
+#if defined(LOADER_AARCH64_HYPERV_SUPPORT)
&comconsole,
+#endif
#if defined(__amd64__) || defined(__i386__)
&nullconsole,
&spinconsole,

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 11:55 PM (11 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33409784
Default Alt Text
D36052.id109521.diff (690 B)

Event Timeline