From owner-freebsd-hackers@FreeBSD.ORG Mon May 23 04:50:31 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FDC16A41C for ; Mon, 23 May 2005 04:50:31 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB93F43D49 for ; Mon, 23 May 2005 04:50:30 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j4N4oPOF036561; Sun, 22 May 2005 23:50:25 -0500 (CDT) (envelope-from dan) Date: Sun, 22 May 2005 23:50:25 -0500 From: Dan Nelson To: Maslan Message-ID: <20050523045025.GA16069@dan.emsphone.com> References: <319cceca05052210382eae29ea@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <319cceca05052210382eae29ea@mail.gmail.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: FreeBSD Hackers Subject: Re: which function X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 04:50:31 -0000 In the last episode (May 22), Maslan said: > what and where is the function that is responsible for printing the > bsd logo on startup? sorry for than question but i'm a new in hacking > the bsd and my time is very limited. If you're talking about the ascii-art before the kernel loads, you can disable it by putting "beastie_disable=yes" in /boot/loader.conf. The code that actually prints it is in /boot/beastie.4th . -- Dan Nelson dnelson@allantgroup.com