From owner-freebsd-questions@FreeBSD.ORG Fri Jan 19 11:45:54 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF11F16A40F for ; Fri, 19 Jan 2007 11:45:54 +0000 (UTC) (envelope-from abedini@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id 87CCA13C465 for ; Fri, 19 Jan 2007 11:45:54 +0000 (UTC) (envelope-from abedini@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so402804uge for ; Fri, 19 Jan 2007 03:45:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=cmIa5jCBZsAD0X7M6YMaZl/yOQsHLSDbDElypqYOvfp16ix266ydVadeGRvyEYKD0l46ws/d2buMTDPMIGP1Ii0T+irO7x89Jb84M02v4OdmATdmkbwjLujgdl1ebu7DjvqJPjx5ZZ3dAikkgKJvRxGVc/z9BDkvY4HDAkdeS98= Received: by 10.67.89.5 with SMTP id r5mr2805871ugl.1169205678300; Fri, 19 Jan 2007 03:21:18 -0800 (PST) Received: from client ( [84.241.7.47]) by mx.google.com with ESMTP id j34sm2014772ugc.2007.01.19.03.21.02; Fri, 19 Jan 2007 03:21:17 -0800 (PST) Message-ID: <000801c73bbb$ed4d2e90$2f07f154@client> From: To: Date: Fri, 19 Jan 2007 14:50:20 +0330 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: kernel color X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 11:45:55 -0000 hi all dear in FreeBSD project. in NetBSD user can add this line to kernel to change kernel BF and FG color: options WS_DEFAULT_FG=3DWSCOL_XXX options WS_DEFAULT_BG=3DWSCOL_XXXhow can use this trit in freebsd?