From owner-freebsd-questions@FreeBSD.ORG Fri May 8 07:59:24 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B93EE06 for ; Fri, 8 May 2015 07:59:24 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9E221187 for ; Fri, 8 May 2015 07:59:23 +0000 (UTC) Received: by ieczm2 with SMTP id zm2so57800750iec.2 for ; Fri, 08 May 2015 00:59:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=g2pHbyKMscamaTcwiAJr4InQIWLmJX8h/5ojcG6PDOI=; b=Rz71maQyHx1mRkj05FXgQW3z2QclDtygHCqTuczDL1cIZtx8FmaRLQ3tNKF1h1N7WC /uTwDXZBvat4CN2QmaysacAcMbCLxy36kXVvN2gAhYWYS6H/QXHVkiuhhJRTlntBxRZI fkOEZ2f8PBfU5uAoXG4tLUkKdEg4GabCaw5JB1AWVuTBzvXgXlLNoCBQHScFMd8xcumt GlxH9nGQ7SvDkmPotDO4WYYJITvjylvJHhvaVyaDmTMEZElx9HoPZw5PkZEv18ISA3m+ KsqVTqG5VOlxxCQCR4rDWlnT0drlekMedvNPZoukx8neQBEjKK9PtuxnpIidL9dMNeOb mwbQ== MIME-Version: 1.0 X-Received: by 10.42.20.197 with SMTP id h5mr2787404icb.22.1431071963251; Fri, 08 May 2015 00:59:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Fri, 8 May 2015 00:59:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 May 2015 00:59:23 -0700 X-Google-Sender-Auth: _Qqip1TGsWcfaD886YIKJnElkik Message-ID: Subject: Re: Compile freebsd kernel on linux From: Adrian Chadd To: Pratik Singhal Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 07:59:24 -0000 Hi, Doing VM development shouldn't be that problematic. What are you developing? Why are you copying things between the VM and Linux host OS? -adrian