1998-05-05 05:15:05 +04:00
|
|
|
# $NetBSD: std.sparc,v 1.14 1998/05/05 01:15:41 mrg 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-05-05 05:15:05 +04:00
|
|
|
#options SWAPPAGER # swap and anonymous memory
|
|
|
|
#options VNODEPAGER # mapped files
|
|
|
|
#options DEVPAGER # mapped devices
|
|
|
|
|
|
|
|
options UVM # UVM virtual memory
|
|
|
|
#options PMAP_NEW # new pmap(9) interfaces
|
1998-02-08 22:23:20 +03:00
|
|
|
|
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
|