From owner-freebsd-questions@FreeBSD.ORG Fri Feb 13 19:09:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A19616A4CE for ; Fri, 13 Feb 2004 19:09:46 -0800 (PST) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 50B3B43D1F for ; Fri, 13 Feb 2004 19:09:45 -0800 (PST) (envelope-from nospam@users.sourceforge.net) Received: (snipe 16731 invoked by alias); 14 Feb 2004 12:09:40 +0900(KST) Received: from nospam@users.sourceforge.net with SpamSniper2.76 (Processed in 0.047932 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 14 Feb 2004 12:09:40 +0900(KST) X-RCPTTO: freebsd-questions@freebsd.org, Received: from users.sourceforge.net (cisr.snu.ac.kr [147.46.44.181]) by sis1.snu.ac.kr (8.12.10/8.12.10) with ESMTP id i1E36MwT114006 for ; Sat, 14 Feb 2004 12:06:22 +0900 Message-ID: <402D9175.5080300@users.sourceforge.net> Date: Sat, 14 Feb 2004 12:09:41 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040207 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: How to view BIOS settings on a running system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 03:09:46 -0000 Hi, A few times I have seen answers to problems like: "Verify this-and-this in your BIOS setting" The only way to do this, that I know of, is to shutdown the system and hit the DEL-key at boot up etc. But this is a bit silly, for just checking a particular setting of the BIOS. Isn't there a tool in FreeBSD that shows the BIOS settings in a similar layout, without shutting down the system? I assume the kernel can access the BIOS and read all its settings, or is this impossible? Thanks, Rob.