From owner-freebsd-hackers Fri Oct 23 19:10:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04101 for freebsd-hackers-outgoing; Fri, 23 Oct 1998 19:10:15 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA04094 for ; Fri, 23 Oct 1998 19:10:12 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:FGpkn+5rlRrW1CW2ER+PrjU9KRdFntE+@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id LAA08449; Sat, 24 Oct 1998 11:09:10 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id LAA19488; Sat, 24 Oct 1998 11:10:29 +0900 (JST) Message-Id: <199810240210.LAA19488@zodiac.mech.utsunomiya-u.ac.jp> To: Mike Smith cc: David Dawes , FreeBSD hackers mailing list , yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: multi-user: multiple consoles in FreeBSD In-reply-to: Your message of "Fri, 23 Oct 1998 11:40:55 MST." <199810231840.LAA00564@dingo.cdrom.com> References: <199810231840.LAA00564@dingo.cdrom.com> Date: Sat, 24 Oct 1998 11:10:27 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > - Disable primary VGA compatibility mappings > - Disable primary VGA BIOS mapping > - Foreach non-primary video adapter > - Enable VGA compatibility mappings > - Enable VGA BIOS mapping > - Make BIOS initialisation call(s) > - Disable VGA compatibility mappings > - Disable VGA BIOS mapping > - Ensable primary VGA compatibility mappings > - Ensable primary VGA BIOS mapping > >as well as providing some mechanism for nominating which card of the >set should be mapped at any given time? > >Any ideas as to whether card BIOSses would respond well to having their >initialisation code called in v86 mode rather than real mode? I think >this sort of approach could be quite viable. It's definitely worth trying! Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message