mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make ident equal file name, ie SMP-GENERIC.
This commit is contained in:
parent
53850c2fb0
commit
113656909f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# SMP -- Smp machine with WD/AHx/NCR/BTx family disks
|
||||
# SMP-GENERIC -- Smp machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# For more information read the handbook part System Administration ->
|
||||
# Configuring the FreeBSD Kernel -> The Configuration File.
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id$
|
||||
# $Id: SMP-GENERIC,v 1.1 1997/05/06 18:18:51 fsmp Exp $
|
||||
|
||||
machine "i386"
|
||||
# SMP does NOT support 386/486 CPUs.
|
||||
|
|
@ -20,7 +20,7 @@ machine "i386"
|
|||
|
||||
cpu "I586_CPU"
|
||||
cpu "I686_CPU"
|
||||
ident SMP
|
||||
ident SMP-GENERIC
|
||||
maxusers 10
|
||||
|
||||
# Create an SMP capable kernel.
|
||||
|
|
|
|||
Loading…
Reference in a new issue