19 lines
476 B
Plaintext
19 lines
476 B
Plaintext
# $NetBSD: std.sun3,v 1.31 2005/09/17 09:44:08 yamt Exp $
|
|
|
|
# Standard information for Sun3 machines.
|
|
machine sun3 m68k
|
|
include "conf/std" # MI standard options
|
|
|
|
# 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_
|
|
options M68020
|
|
|
|
# The root node (required)
|
|
mainbus0 at root
|
|
|
|
# Standard defines
|
|
options EXEC_ELF32, EXEC_SCRIPT
|