Module Name: src
Committed By: jmcneill
Date: Tue Feb 11 11:01:10 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: eficons.c
Log Message:
Use 1024x768 as the default GOP mode. It is the only option available for
Hyper-V Gen.2 VMs and it seems to be the de facto standard and part of
WHQL requirements.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/i386/stand/efiboot/eficons.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/efiboot/eficons.c
diff -u src/sys/arch/i386/stand/efiboot/eficons.c:1.8 src/sys/arch/i386/stand/efiboot/eficons.c:1.9
--- src/sys/arch/i386/stand/efiboot/eficons.c:1.8 Sat Feb 8 14:35:47 2020
+++ src/sys/arch/i386/stand/efiboot/eficons.c Tue Feb 11 11:01:10 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: eficons.c,v 1.8 2020/02/08 14:35:47 jmcneill Exp $ */
+/* $NetBSD: eficons.c,v 1.9 2020/02/11 11:01:10 jmcneill Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <[email protected]>
@@ -35,7 +35,7 @@
#include "vbe.h"
#ifndef DEFAULT_GOP_MODE
-#define DEFAULT_GOP_MODE "800x600"
+#define DEFAULT_GOP_MODE "1024x768"
#endif
extern struct x86_boot_params boot_params;