17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
# $NetBSD: std.mmeye,v 1.4 2000/02/24 19:42:36 msaitoh Exp $
|
|
#
|
|
# standard, required NetBSD/mmeye 'options'
|
|
|
|
machine mmeye sh3
|
|
|
|
prefix ../gnu/sys
|
|
cinclude "conf/files.softdep"
|
|
prefix
|
|
|
|
options IOM_ROM_BEGIN=0x00000000
|
|
options IOM_RAM_SIZE=0x01000000 # 16MB
|
|
options IOM_RAM_BEGIN=0x8c000000
|
|
options IOM_ROM_SIZE=0x00200000 # 2MB
|
|
|
|
options EXEC_SCRIPT # exec #! scripts
|