From owner-freebsd-bugs@FreeBSD.ORG Sun May 1 10:56:45 2005 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9925916A4CE for ; Sun, 1 May 2005 10:56:45 +0000 (GMT) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3C343D2F for ; Sun, 1 May 2005 10:56:45 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 5B5169976D5 for ; Sun, 1 May 2005 13:02:05 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03763-05 for ; Sun, 1 May 2005 13:02:05 +0200 (CEST) Received: from [80.98.207.149] (catv-5062cf95.catv.broadband.hu [80.98.207.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id E8742997460 for ; Sun, 1 May 2005 13:02:04 +0200 (CEST) Message-ID: <4274B5E6.1090409@t-hosting.hu> Date: Sun, 01 May 2005 12:56:38 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Wrong option in NOTES under 5.3 on amd64 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 10:56:45 -0000 Hello there, I've just read NOTES, where stand: # Enable Linux ABI emulation #XXX#options COMPAT_LINUX # Enable 32-bit Linux ABI emulation (requires COMPAT_43 and IA32) options COMPAT_LINUX32 According to that I edited my kernel config file, and tried to execute config, but the result was: root@server# config FREEBSD FREEBSD: unknown option "COMPAT_LINUX" COMPAT_LINUX32 works anyway, but COMPAT_LINUX should be removed from NOTES. COMPAT_LINUX32 is enough for linux emu. Regards, Gábor Kövesdán