Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/efiboot Use 1024x768 as the default GOP ...



details:   https://anonhg.NetBSD.org/src/rev/19d589ee9730
branches:  trunk
changeset: 744726:19d589ee9730
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Feb 11 11:01:10 2020 +0000

description:
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.

diffstat:

 sys/arch/i386/stand/efiboot/eficons.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7378cdca2fc1 -r 19d589ee9730 sys/arch/i386/stand/efiboot/eficons.c
--- a/sys/arch/i386/stand/efiboot/eficons.c     Tue Feb 11 09:32:07 2020 +0000
+++ b/sys/arch/i386/stand/efiboot/eficons.c     Tue Feb 11 11:01:10 2020 +0000
@@ -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 <nonaka%netbsd.org@localhost>
@@ -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;



Home | Main Index | Thread Index | Old Index