add I686_CPU to the list of possible values of keyword 'cpu'
This commit is contained in:
parent
a92061590c
commit
aa334984c1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=505
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: kernelconfig.sgml,v 1.15 1996-08-21 07:28:50 asami Exp $ -->
|
||||
<!-- $Id: kernelconfig.sgml,v 1.16 1996-08-27 12:00:18 wosch Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> -->
|
||||
<chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading>
|
||||
|
@ -194,6 +194,7 @@
|
|||
<item>I386_CPU
|
||||
<item>I486_CPU
|
||||
<item>I586_CPU
|
||||
<item>I686_CPU
|
||||
</itemize>
|
||||
and multiple instances of the <tt>cpu</tt> line may
|
||||
be present with different values of
|
||||
|
|
Loading…
Reference in a new issue