Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 13:00:11 -0700
From:      Nathan Whitehorn <nwhitehorn@freebsd.org>
To:        Eitan Adler <eadler@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r335299 - head
Message-ID:  <3c1fe078-55bd-8bbd-eef8-10576c9fd7c8@freebsd.org>
In-Reply-To: <201806171944.w5HJiOBn095712@repo.freebsd.org>
References:  <201806171944.w5HJiOBn095712@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
As a minor caveat, the default release kernel on powerpc64 is 
"GENERIC64" not "GENERIC".
-Nathan

On 06/17/18 12:44, Eitan Adler wrote:
> Author: eadler
> Date: Sun Jun 17 19:44:24 2018
> New Revision: 335299
> URL: https://svnweb.freebsd.org/changeset/base/335299
>
> Log:
>    README: add generic notes about GENERIC and NOTES
>    
>    Inform new users what GENERIC and NOTES are. These are useful for people
>    perusing the tree without a great deal of specific fbsd knowledge.
>    See discussion of r334073 for further motivation.
>    
>    Requested by:	jhb
>
> Modified:
>    head/README
>    head/README.md
>
> Modified: head/README
> ==============================================================================
> --- head/README	Sun Jun 17 19:31:35 2018	(r335298)
> +++ head/README	Sun Jun 17 19:44:24 2018	(r335299)
> @@ -60,7 +60,9 @@ stand		Boot loader sources.
>   
>   sys		Kernel sources.
>   
> -sys/<arch>/conf Kernel configuration file
> +sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
> +		used in release builds. NOTES contains documentation of
> +		all possible entries.
>   
>   tests		Regression tests which can be run by Kyua.  See tests/README
>   		for additional information.
>
> Modified: head/README.md
> ==============================================================================
> --- head/README.md	Sun Jun 17 19:31:35 2018	(r335298)
> +++ head/README.md	Sun Jun 17 19:44:24 2018	(r335299)
> @@ -62,7 +62,9 @@ stand		Boot loader sources.
>   
>   sys		Kernel sources.
>   
> -sys/<arch>/conf Kernel configuration file
> +sys/<arch>/conf Kernel configuration files. GENERIC is the configuration
> +		used in release builds. NOTES contains documentation of
> +		all possible entries.
>   
>   tests		Regression tests which can be run by Kyua.  See tests/README
>   		for additional information.
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3c1fe078-55bd-8bbd-eef8-10576c9fd7c8>