From owner-freebsd-questions@FreeBSD.ORG Fri May 8 07:56:10 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 2995AD04 for ; Fri, 8 May 2015 07:56:10 +0000 (UTC) Received: from mail-vn0-x229.google.com (mail-vn0-x229.google.com [IPv6:2607:f8b0:400c:c0f::229]) (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 D96381162 for ; Fri, 8 May 2015 07:56:09 +0000 (UTC) Received: by vnbg7 with SMTP id g7so4874600vnb.10 for ; Fri, 08 May 2015 00:56:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=BnW0BpS98kvgi5xgQKa5A4J5eqlvg5tjOrqGrtq4Zj4=; b=tnHAqBvF78Z4A4YtVqAezi0oZlnG5EcIc73amhEloes7FcGtImSX4Mp9JNLL5UEzZ9 qib6Mn0fS/PVJ24TNBBO7QY5Me4fqdpvNvEeXOuXoJTQHKVQZ7VWQf8e3QxyrpRQGcjR j4x05Sf3EA2jWPZ7sseVZpvJNXScsSIEGmjCvPRtPQxku17kt8CxawI6Sjq+KlxGiCvk yi4levWepMSbzi6Ohq/Yd6fWFVlw7c12I8XWKXYxF1Y1c9VSpJO96fk5t98l6UcYX8qo fD68RP81fIzS9cTRcrsvvZ7PsCYOc56vZ5UelyFlKHsTpUT+U0eEE+tN9YyebXt/JPDq nrrg== X-Received: by 10.52.173.116 with SMTP id bj20mr2031944vdc.85.1431071768867; Fri, 08 May 2015 00:56:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.185.134 with HTTP; Fri, 8 May 2015 00:55:48 -0700 (PDT) From: Pratik Singhal Date: Fri, 8 May 2015 13:25:48 +0530 Message-ID: Subject: Compile freebsd kernel on linux To: freebsd-questions@freebsd.org 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 07:56:10 -0000 Hello all , I am contributing to a project to FreeBSD kernel as a part of Google summer of code 2015. Unfortunately, my graphics card is not supported by the FreeBSD kernel and therefore, I am unable to install FreeBSD on my system with basic Graphical User Interface. (only console mode is working) I have to repeatedly compile FreeBSD current as a part of my my project. So far, I have been using Virtualbox for running FreeBSD and for transferring file b/w the Linux host and FreeBSD guest I used linuxdcpp application over LAN. This process is quite cumbersome and takes a lot of valuable time. I want to know is there any way in which I can compile freeBSD-current on my Linux machine ? Or is there any way in which I can share files b/w my Virtualbox guest and Linux host. (The guest additions don't work I have tried many times) ? Is there some other possible solution to my problem ? Regards, Pratik Singhal