From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 8 17:11:06 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C4016A41F for ; Sun, 8 Jan 2006 17:11:06 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A0043D46 for ; Sun, 8 Jan 2006 17:11:06 +0000 (GMT) (envelope-from jiashiun@gmail.com) Received: by wproxy.gmail.com with SMTP id i14so3248293wra for ; Sun, 08 Jan 2006 09:11:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RlptSa0TyP0oLAUMiUYI+zkkNjHfs9jIpY1iHblEFvvF2xSL3Et2d2a4BAPq/JPm38Enf2+GE+/FU1qFc4mt9I5mNGuPW2vh3jl7cD3kprhN+dLwk7NGS2DREH8u6CVESDsKb2clNsQoj6A064UEHAsz2dsNOjoOrPB//uq5ehY= Received: by 10.54.132.1 with SMTP id f1mr6850254wrd; Sun, 08 Jan 2006 09:11:05 -0800 (PST) Received: by 10.54.131.9 with HTTP; Sun, 8 Jan 2006 09:11:05 -0800 (PST) Message-ID: <1d6d20bc0601080911w5504202ds@mail.gmail.com> Date: Mon, 9 Jan 2006 01:11:05 +0800 From: Jia-Shiun Li To: pfgshield-freebsd@yahoo.com In-Reply-To: <20060105195842.88204.qmail@web32909.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060105195842.88204.qmail@web32909.mail.mud.yahoo.com> Cc: freebsd-amd64@freebsd.org Subject: Re: Splash screen / SVR4 emulation?? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2006 17:11:06 -0000 2006/1/6, pfgshield-freebsd@yahoo.com : > While it has been discussed here that VESA doesn't work, it would still b= e nice > to be able to load simple VGA splash screens, I tried but the module didn= 't > load (in fact there is no module). Maybe I had something wrong, has anyon= e done > it? BTW, for those interested in KGI, it doesn't build yet due to 64bit i= ssues > :(. device splash must be compiled in kernel, and it is default in GENERIC. I haven't tried it but maybe you want to man splash(4) and follow the example section. Jia-Shiun.