mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Added I686_CPU.
This commit is contained in:
parent
6410f76727
commit
7059cdf2d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13001
@ -1,13 +1,14 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.54 1995/12/12 08:46:34 gibbs Exp $
|
||||
# $Id: GENERIC,v 1.55 1995/12/14 14:35:27 peter Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
cpu "I586_CPU"
|
||||
cpu "I686_CPU"
|
||||
ident GENERIC
|
||||
maxusers 10
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.224 1995/12/16 21:00:14 bde Exp $
|
||||
# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -20,6 +20,7 @@ machine "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
cpu "I586_CPU" # aka Pentium(tm)
|
||||
cpu "I686_CPU" # aka Pentium Pro(tm)
|
||||
|
||||
#
|
||||
# This is the ``identification'' of the kernel. Usually this should
|
||||
|
@ -1,13 +1,14 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.54 1995/12/12 08:46:34 gibbs Exp $
|
||||
# $Id: GENERIC,v 1.55 1995/12/14 14:35:27 peter Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
cpu "I586_CPU"
|
||||
cpu "I686_CPU"
|
||||
ident GENERIC
|
||||
maxusers 10
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.224 1995/12/16 21:00:14 bde Exp $
|
||||
# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -20,6 +20,7 @@ machine "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
cpu "I586_CPU" # aka Pentium(tm)
|
||||
cpu "I686_CPU" # aka Pentium Pro(tm)
|
||||
|
||||
#
|
||||
# This is the ``identification'' of the kernel. Usually this should
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.224 1995/12/16 21:00:14 bde Exp $
|
||||
# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -20,6 +20,7 @@ machine "i386"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
cpu "I586_CPU" # aka Pentium(tm)
|
||||
cpu "I686_CPU" # aka Pentium Pro(tm)
|
||||
|
||||
#
|
||||
# This is the ``identification'' of the kernel. Usually this should
|
||||
|
Loading…
Reference in New Issue
Block a user