From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 01:52:14 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD1F75C5 for ; Mon, 16 Feb 2015 01:52:14 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96A8B633 for ; Mon, 16 Feb 2015 01:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=jAUPS2BUZGygCi3szbTZ5YowceFnZqTyf1oMjrRIy3k=; b=CRauKkvRPruyZ9vmXGpwBcxC1cVxziN0ADvmchNnTkK/0ov0eyeIh4f8tuv2rduXKTg1iaQiW38EeX5bV7Etcl2+4dAokueoSeJLr1lKLR+pU9VXSC6yhKbCNJJhK9iEHVQfcMDhcEZ+UYn2hL/cRtcQF81St30LGlZWoeMAbxI=; Received: from [114.121.164.86] (port=51163 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YNAr0-003U4c-0i; Sun, 15 Feb 2015 18:52:06 -0700 Date: Mon, 16 Feb 2015 09:51:59 +0800 From: Erich Dollansky To: reg@dwf.com Subject: Re: Where is the source? Message-ID: <20150216095159.36614238@B85M-HD3-0.alogt.com> In-Reply-To: <201502152242.t1FMgIeE003747@deneb.dwf.com> References: <201502152242.t1FMgIeE003747@deneb.dwf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:52:14 -0000 Hi, On Sun, 15 Feb 2015 15:42:18 -0700 reg@dwf.com wrote: > > I am obviously missing something, but where is the source > for the PC-BSD kernel. I dont see it on the DVD release. > > I need it to build a NVIDIA driver for my video card. > > Mabe I just dont understand the wording of the descriptions > of the various files, but I dont see it. there is no PC-BSD kernel. They use the FreeBSD kernel. Which version do you need? I use currently this one: svn://svn.freebsd.org/base/stable/10 I do not know about svn and PC-BSD. Erich