1# $NetBSD: std.mmeye,v 1.6 2001/01/03 18:14:45 itojun Exp $ 2# 3# standard, required NetBSD/mmeye 'options' 4 5machine mmeye sh3 6 7options IOM_ROM_BEGIN=0x00000000 8options IOM_RAM_SIZE=0x01000000 # 16MB 9options IOM_RAM_BEGIN=0x8c000000 10options IOM_ROM_SIZE=0x00200000 # 2MB 11 12options EXEC_SCRIPT # exec #! scripts 13 14makeoptions ENDIAN="-EB" 15makeoptions LDSCRIPTBASE="sh.x" # for big endian 16