20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
# $NetBSD: std.sun3,v 1.25 1999/03/24 06:06:11 mrg Exp $
|
|
|
|
# Standard information for Sun3 machines.
|
|
machine sun3 m68k
|
|
|
|
# Machine type to be supported by this kernel. Note:
|
|
# The SUN3 and SUN3X options are mutually exclusive!
|
|
# (Your kernel will only run on one or the other.)
|
|
makeoptions MACHTYPE=sun3
|
|
options _SUN3_
|
|
|
|
# The root node (required)
|
|
mainbus0 at root
|
|
|
|
# Standard defines
|
|
options EXEC_AOUT, EXEC_SCRIPT
|
|
|
|
# UVM defines
|
|
#options PMAP_NEW
|