From owner-cvs-sys Sun Jun 22 06:54:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA02462 for cvs-sys-outgoing; Sun, 22 Jun 1997 06:54:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA02373; Sun, 22 Jun 1997 06:51:48 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15204; Sun, 22 Jun 1997 06:51:07 -0700 (PDT) Date: Sun, 22 Jun 1997 06:51:07 -0700 (PDT) Message-Id: <199706221351.GAA15204@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1997/06/22 06:51:06 PDT Modified files: sys/i386/i386 userconfig.c Log: From the submitted patch : The kernel with USERCONFIG_BOOT and VISUAL_USERCONFIG option presents the user the kernel configuration menu upon boot. The user can navigate the menu with cursor keys. I think it would be nice if the user can navigate and select a menu item with regular keys as well, so that the user who is using a serial console which is not so capable of esc sequences still can choose a menu item. With the following patch we can select an item by typing an item number, 1, 2, or 3, or mnemonic `s' to skip UserConfig, 'v' to enter the visual mode, and `c' to start the CLI mode. `p', `u', `n', and `d' will move cursor up and down. Submitted by: yokota Revision Changes Path 1.86 +34 -2 src/sys/i386/i386/userconfig.c