From owner-freebsd-questions@FreeBSD.ORG Fri May 8 08:02:18 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 BCEBAF97; Fri, 8 May 2015 08:02:18 +0000 (UTC) Received: from mail-vn0-x22a.google.com (mail-vn0-x22a.google.com [IPv6:2607:f8b0:400c:c0f::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 76F37125F; Fri, 8 May 2015 08:02:18 +0000 (UTC) Received: by vnbg190 with SMTP id g190so4874164vnb.12; Fri, 08 May 2015 01:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=P7D6WIAGoy7IsWmNvhr3R4QHXtLHpCCzcRV/1bK5pVI=; b=QqaJyPqqqE0D2yo9wlW/aZIfvDIeIgIKoYwe0Az06iD1lMadiMXEi2NZF81payiqJA JIbS/AKk4ZAbiTQ3SbuqFHbkBmd2trFnoALxYjNEzU1G9it17G6Xps89KgtaFKRD/IVp /SC5gDjoK/dZFrG6rdTKfaz7KP9bYYHHoAu4FHi6vGUIwggySuz54fLAtY/CkMg2DDpU JxSUZslN403giXpGgECPFLVOLaOjFyWLAHkLsA9JigO4EMxqUDMTYl7PYGW521Bjt+u0 2VK7HJtP6MD71Pbom8p+UmgY7l8Kc4OaQRw3NhBpDCQtsU0wKd02V5/BDFW92AO0Q/Ke Zbzg== X-Received: by 10.52.240.137 with SMTP id wa9mr2022794vdc.97.1431072137436; Fri, 08 May 2015 01:02:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.185.134 with HTTP; Fri, 8 May 2015 01:01:57 -0700 (PDT) In-Reply-To: References: From: Pratik Singhal Date: Fri, 8 May 2015 13:31:57 +0530 Message-ID: Subject: Re: Compile freebsd kernel on linux To: Adrian Chadd Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 08:02:18 -0000 On Fri, May 8, 2015 at 1:29 PM, Adrian Chadd wrote: > 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 > I am developing drivers for Cubieboard 1 . So, I make changes in the FreeBSD current repository on Virtualbox and then compile the kernel , copy that into my Linux host and then test it on Cubieboard. -- Regards, Pratik Singhal