NetBSD/sys/arch/sparc64/conf/std.sparc64
mrg e791891d53 - use UVM by default.
- clean up the Makefile a bit to be less solaris-centric :)
- add support for compat_sparc32 (32bit compat module for NetBSD/sparc).  this
  isn't yet fully tested but it mostly written and compiles if not totally
  links yet.
1998-08-26 10:31:36 +00:00

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