18 lines
480 B
Plaintext
18 lines
480 B
Plaintext
# $NetBSD: std.sparc,v 1.14 1998/05/05 01:15:41 mrg Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc kernel options.
|
|
#
|
|
|
|
machine sparc # Machine architecture; required by config(8)
|
|
|
|
#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
|
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|