From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 17 12:47:29 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B08EF05 for ; Thu, 17 Jan 2013 12:47:29 +0000 (UTC) (envelope-from kaltheat@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 02439AA8 for ; Thu, 17 Jan 2013 12:47:28 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:message-id:subject:mime-version:content-type:user-agent:sender; b=pILhh4KJrt7dm3ahzlyU0omWbAtjON/Bw4oOmCfe8Ote9kOyaydJOXUawKQNgQgd0w1uNlfZ5Pvq 0wL9n9UhLXHMCPsxI6JnffDWRMgvPSWNnFd+2zwMFYOKhUlOIB+l Received: from mail.zoho.com by mx.zohomail.com with SMTP id 135842684232560.815269574354716; Thu, 17 Jan 2013 04:47:22 -0800 (PST) Received: from [86.103.156.32] by mail.zoho.com with HTTP;Thu, 17 Jan 2013 04:47:22 -0800 (PST) Date: Thu, 17 Jan 2013 13:47:22 +0100 From: kaltheat To: Message-ID: <1538765501.70966.1358426842277.JavaMail.sas1@[172.29.249.242]> Subject: VirtualBox kernel modules location MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Sender: kaltheat@zoho.com X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 12:47:29 -0000 Hi, is there a reason why VirtualBox kernel modules are located in /boot/kernel/ and not in /boot/modules/ ? I installed a custom kernel into a different directory than /boot/kernel using KODIR and after it worked I removed old kernel directory and placed the new one to /boot/kernel. And some days later I wondered why I can't load VirtualBox kernel modules ... It's no big deal, but it revealed above question. Regards, kaltheat