1c2419d28a
clean up some other stuff along the way, including: - use m68k/cacheops.*, remove duplicates from cpu.h. - centralize a few declarations in (all the copies of) cpu.h. - define M68K_VAC on platforms which have a VAC. - switch the sun platforms to the (now common) proc_trampoline(). - do the phys_map thang on the sun platforms too, no reason not to.
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
# $NetBSD: std.sun3x,v 1.9 2002/10/20 02:37:34 chs Exp $
|
|
|
|
# Standard information for Sun3X 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=sun3x
|
|
options _SUN3X_
|
|
options M68030
|
|
makeoptions CMACHFLAGS="-m68030"
|
|
|
|
# The root node (required)
|
|
mainbus0 at root
|
|
|
|
# Standard defines
|
|
options EXEC_ELF32, EXEC_SCRIPT
|