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 efiboot: more pager.
details: https://anonhg.NetBSD.org/src/rev/56d4028b00a9
branches: trunk
changeset: 360635:56d4028b00a9
user: nonaka <nonaka%NetBSD.org@localhost>
date: Tue Mar 20 10:18:10 2018 +0000
description:
efiboot: more pager.
diffstat:
sys/arch/i386/stand/efiboot/boot.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 2738d3bff46d -r 56d4028b00a9 sys/arch/i386/stand/efiboot/boot.c
--- a/sys/arch/i386/stand/efiboot/boot.c Tue Mar 20 10:16:17 2018 +0000
+++ b/sys/arch/i386/stand/efiboot/boot.c Tue Mar 20 10:18:10 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.6 2018/03/08 10:34:33 nonaka Exp $ */
+/* $NetBSD: boot.c,v 1.7 2018/03/20 10:18:10 nonaka Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -627,6 +627,12 @@
break;
Print(L"DevicePathType %d\n", DevicePathType(dp0));
+ if (++row >= rows) {
+ row = 0;
+ Print(L"Press Any Key to continue :");
+ (void) awaitkey(-1, 0);
+ Print(L"\n");
+ }
for (dp = dp0;
!IsDevicePathEnd(dp);
dp = NextDevicePathNode(dp)) {
Home |
Main Index |
Thread Index |
Old Index