From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 2 23:36:03 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF35116A407 for ; Sat, 2 Dec 2006 23:36:03 +0000 (UTC) (envelope-from bsd.devil@gmail.com) Received: from nz-out-0102.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54BC343CA3 for ; Sat, 2 Dec 2006 23:35:40 +0000 (GMT) (envelope-from bsd.devil@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so1650650nzh for ; Sat, 02 Dec 2006 15:36:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hf3qAxioqY8fs6+P3fw+SANNA9hz8Ay/GsCxZ/GMvfwmcON6JfXf9DKCSqLahlhkE55tcx9SgwenR2KDdP4Y+P9RXxPtVEEXgr3V3I9oi4vpfWNWl3CnRi3Z81ftOZzCvHWDufzJZsIpPNChUPwIrEhKuBcfh229mRX81oEsYNc= Received: by 10.64.243.10 with SMTP id q10mr10173651qbh.1165102562501; Sat, 02 Dec 2006 15:36:02 -0800 (PST) Received: by 10.65.249.17 with HTTP; Sat, 2 Dec 2006 15:36:02 -0800 (PST) Message-ID: Date: Sat, 2 Dec 2006 18:36:02 -0500 From: "Vishal Patil" To: freebsd-hackers@freebsd.org In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Tools for FreeBSD development X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Dec 2006 23:36:03 -0000 I have recently moved over from Linux to FreeBSD and would like to know if there is something similar to UML (User Mode Linux) for doing kernel development for FreeBSD. Reading different mailing lists, wikis etc it seems that "qemu" seems to be the best option. Is this tool used by most of the FreeBSD developers? Thanks. - Vishal