From owner-freebsd-mobile Tue Nov 4 23:18:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA18983 for mobile-outgoing; Tue, 4 Nov 1997 23:18:54 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA18975 for ; Tue, 4 Nov 1997 23:18:49 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id RAA00748; Wed, 5 Nov 1997 17:44:47 +1030 (CST) Message-Id: <199711050714.RAA00748@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Gary T. Corcoran" cc: Mike Smith , Warner Losh , freebsd-mobile@FreeBSD.ORG Subject: Re: Libretto 50 - US Version and PAO In-reply-to: Your message of "Wed, 05 Nov 1997 01:34:04 CDT." <3460135C.6C24E1EC@idt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Nov 1997 17:44:47 +1030 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Keyboard hotkeys. At least on the Toshiba and Sharp systems I have > > access to these hit the SMI interrupt, which is handled by the BIOS. > > What is an 'SMI' interrupt? I've never heard of that one... SMI is the System Management Interrupt. It's a 486 feature that provides something like an NMI that runs in a completely separate context. > And are you saying that the BIOS can be (is) used _while_ running FreeBSD? The SMI BIOS is completely independant, and yes, it can run even if FreeBSD is running. Other parts of the BIOS (eg. APM) are currently used, and I'm working on more just now. > On a different (but somewhat related :) note: could you please tell me what > the key sequence is to switch *back* to the X screen after you've switched > over to a text mode virtual terminal? I never did find it in the docs > I have, and thought one of you might know off the top of your head... The X screen is running on a vty, so just switch back to that vty; normally it'd be on vty3, so alt-f3 will do the trick. mike