From owner-freebsd-virtualization@FreeBSD.ORG Tue Mar 12 04:24:27 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E97A1FF2 for ; Tue, 12 Mar 2013 04:24:27 +0000 (UTC) (envelope-from surajswami10@gmail.com) Received: from mail-qe0-f43.google.com (mail-qe0-f43.google.com [209.85.128.43]) by mx1.freebsd.org (Postfix) with ESMTP id A194C742 for ; Tue, 12 Mar 2013 04:24:27 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id 1so2759542qee.30 for ; Mon, 11 Mar 2013 21:24:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=2209AuSvkLmr2A7VTS5VjbYt4TthHmsDU1ZAPaJvyZM=; b=L9ua4mcw6AsyxpZf1L7T1o65vLs5gmGfbNFqYdA/qhauiI9tHDvnh5ncvJ/a3LC256 vttAV2fKFiYTTSjps24Sf8uW9RU/iLBfohkmbH3E5Wg/VItt9nZTAZk1MnbTUDorlMk1 pa05yMBP0lLceu+dGrnl1y1n56EoGhFYL7ai+zJ0p/5N5+5L38I0zvDlU+/7/NpTwOyw LfzV5dzNo//tq5jzQz0U7ua/CAhG9769HhND2J5YDu03rO/VW1A20WIIHlvoxg0BmdDZ r5gcFI6yxjW30Od+glODz0OjQ2dXSj4lxMCP1COmbgbpQYa0HIbQFjANVDayNR7BfiID 8FYQ== MIME-Version: 1.0 X-Received: by 10.224.27.136 with SMTP id i8mr20683810qac.63.1363062261214; Mon, 11 Mar 2013 21:24:21 -0700 (PDT) Received: by 10.49.49.7 with HTTP; Mon, 11 Mar 2013 21:24:21 -0700 (PDT) Date: Tue, 12 Mar 2013 00:24:21 -0400 Message-ID: Subject: Help: Getting started with bhyve From: suraj swaminathan To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2013 04:24:28 -0000 Hi, I am really interested in the bhyve project. For starters I loaded FreeBSD 10.0-CURRENT version. I went ahead and did a kldload vmm.ko hoping to load the kernel module, but vmm.ko was not found. I am also unsure where the bhyve project source code should be present(having downloaded the source code). Should it be under /usr/src/sys? Do I have to checkout the code from the repository? I am new to FreeBSD, forgive my ignorance. Thanks, Suraj