Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2011 12:13:11 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Neel Natu <neel@FreeBSD.org>
Cc:        svn-src-projects@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r225758 - projects/bhyve/sys/amd64/conf
Message-ID:  <C139BF52-9BAD-48BC-8D7C-6F36E69D659A@lists.zabbadoz.net>
In-Reply-To: <201109260705.p8Q75emg060558@svn.freebsd.org>
References:  <201109260705.p8Q75emg060558@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sep 26, 2011, at 7:05 AM, Neel Natu wrote:

> Author: neel
> Date: Mon Sep 26 07:05:40 2011
> New Revision: 225758
> URL: http://svn.freebsd.org/changeset/base/225758
>=20
> Log:
>  Kernel configuration for a bhyve guest.
>=20
> Added:
>  projects/bhyve/sys/amd64/conf/BHYVE
>=20
> Added: projects/bhyve/sys/amd64/conf/BHYVE
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ projects/bhyve/sys/amd64/conf/BHYVE	Mon Sep 26 07:05:40 2011	=
(r225758)
> @@ -0,0 +1,345 @@
> +#
> +# BHYVE -- Kernel configuration file for FreeBSD/amd64 bhyve guest
> +#
> +# For more information on this file, please read the config(5) manual =
page,
> +# and/or the handbook section on Kernel Configuration Files:
> +#
> +#    =
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-con=
fig.html
> +#
> +# The handbook is also available locally in /usr/share/doc/handbook
> +# if you've installed the doc distribution, otherwise always see the
> +# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
> +# latest information.
> +#
> +# An exhaustive list of options and more detailed explanations of the
> +# device lines is also present in the ../../conf/NOTES and NOTES =
files.
> +# If you are in doubt as to the purpose or necessity of a line, check =
first
> +# in NOTES.
> +#
> +# $FreeBSD: projects/bhyve/sys/amd64/conf/GENERIC 221914 2011-05-14 =
20:35:01Z jhb $
> +
> +cpu		HAMMER
> +ident		BHYVE

.....

it might make more sense to include GENERIC and use nooptions nodevice =
for the things
you don't want.  Seems to be more common practice.

Given the list is long, maintaining will be hard either way but you have =
the
$FreeBSD$ string up there so diffing latest to last synched version will =
help.

.....
> +
> +device		bvmconsole	# brain dead simple bvm console
> +device		bvmdebug	# brain dead simple bvm gdb pipe
> +
> +device		mptable
> +options		NKPT=3D256

--=20
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C139BF52-9BAD-48BC-8D7C-6F36E69D659A>