16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
# $NetBSD: std.sparc64,v 1.2 1998/08/26 10:31:37 mrg Exp $
|
|
|
|
#
|
|
# Mandatory NetBSD/sparc kernel options.
|
|
#
|
|
|
|
machine sparc64 # 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 system
|
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|