From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 13:29:29 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FB331065673 for ; Wed, 27 Aug 2008 13:29:29 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.freebsd.org (Postfix) with ESMTP id 1F0FE8FC2A for ; Wed, 27 Aug 2008 13:29:29 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.50) id 1KYKcd-0001yd-K0 for questions@freebsd.org; Wed, 27 Aug 2008 19:59:39 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id m7RD2BxD014731 for ; Wed, 27 Aug 2008 20:02:11 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id m7RD25Sx014610 for questions@freebsd.org; Wed, 27 Aug 2008 20:02:05 +0700 (NOVST) (envelope-from danfe) Date: Wed, 27 Aug 2008 20:02:05 +0700 From: Alexey Dokuchaev To: questions@freebsd.org Message-ID: <20080827130205.GA95022@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: Couple of amd64-specific questions 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: Wed, 27 Aug 2008 13:29:29 -0000 Hi there, I've recently got a chance to run a rather modern CPU and mobo for a few weeks, and since the beast is 8GB worth of RAM, I figured amd64 would fit nicely in it. After updating to HEAD to trying usual make world/kernel magic, the following issues arised I haven't seen previously in i386: - SYSV{SHM,MSG,SEM} need to be compiled in kernel for 32-bit compatibility syscalls, despite the fact corresponding modules are available. On i386, I always stripped SYSV-style IPC stuff out of my kernel. Question: is it theoretically possible to build freebsd32 compat module standalone? I'd rather have all compat stuff (linux, etc.) as a loadable modules anyways (not to mention that I don't want to have SYSV* options in my kernel config). - What are technical reasons why ACPI has to be compiled in kernel? Google wasn't very helpful here for me. Thanks. ./danfe