make work
This commit is contained in:
parent
6c9ba984e5
commit
24a23eab66
|
@ -1,4 +1,6 @@
|
|||
# $Id: SPARC,v 1.7 1994/07/27 09:14:00 deraadt Exp $
|
||||
# from: @(#)SPARC 8.1 (Berkeley) 6/29/93
|
||||
# $Id: SPARC,v 1.8 1994/08/01 19:26:27 deraadt Exp $
|
||||
# SPARCstation 1, 1+, 2, etc.
|
||||
|
||||
include "std.sparc"
|
||||
|
||||
|
@ -10,13 +12,11 @@ options TIMEZONE=480, DST=1
|
|||
|
||||
# Standard system options
|
||||
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
||||
#options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options DEBUG, DIAGNOSTIC # extra kernel debugging
|
||||
options KTRACE # system call tracing support
|
||||
#options KGDB # support for kernel gdb
|
||||
#options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options KGDB # support for kernel gdb
|
||||
options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
|
||||
options RCONSOLE # fast rasterop console
|
||||
options SYSVMSG,SYSVSEM,SYSVSHM
|
||||
options "COMPAT_09"
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
@ -40,8 +40,6 @@ options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|||
#options EON
|
||||
options COMPAT_43
|
||||
|
||||
options LKM
|
||||
|
||||
# Options for SPARCstation hardware
|
||||
options COMPAT_SUNOS # compatibility with SunOS binaries
|
||||
|
||||
|
|
Loading…
Reference in New Issue