# $NetBSD: std.sun2,v 1.11 2026/07/18 01:36:16 thorpej Exp $ # Standard information for Sun2 machines. machine sun2 m68k sun68k include "conf/std" # MI standard options include "arch/m68k/conf/std.m68k" # m68k standard options # All sun2 systems have a 68010 with Sun2 MMU options M68010 options M68K_MMU_SUN2 # XXX temporary option until sun3 port migrates to all sun68k stuff options _SUN2_ # Bootloader has size limit (~2MB). Kernel should be smaller than this # hard limit. Otherwise, it freezes before adding swap even with 7MB # memory. -fno-omit-frame-pointer is necessary for backtraces in DDB. options NO_KERNEL_RCSIDS no options VMSWAP_ENCRYPTION makeoptions COPTS="-Os -fno-unwind-tables -fno-omit-frame-pointer" makeoptions COPTS+="-fno-inline-small-functions -fno-defer-pop"