1998-02-08 22:23:20 +03:00
|
|
|
# $NetBSD: std.sparc,v 1.13 1998/02/08 19:23:20 thorpej Exp $
|
1996-10-02 11:11:45 +04:00
|
|
|
|
1996-11-18 03:10:19 +03:00
|
|
|
#
|
|
|
|
# Mandatory NetBSD/sparc kernel options.
|
|
|
|
#
|
|
|
|
|
|
|
|
machine sparc # Machine architecture; required by config(8)
|
|
|
|
|
1998-02-08 22:23:20 +03:00
|
|
|
options SWAPPAGER # swap and anonymous memory
|
|
|
|
options VNODEPAGER # mapped files
|
|
|
|
options DEVPAGER # mapped devices
|
|
|
|
|
1997-05-07 05:55:23 +04:00
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|