-
Notifications
You must be signed in to change notification settings - Fork 0
/
vmipsrc
49 lines (49 loc) · 835 Bytes
/
vmipsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
## All of the following settings are defaults.
## You can change them on a system-wide basis using this file.
##
# bootmsg
clockdevice
clockdeviceirq=7
clockintr=10000000
clockspeed=7114385
debugport=3333
# execname=none
# haltbreak
# haltdevice
# haltibe
# loadaddr=0xbfc00000
# memdumpfile=memdump.bin
memsize=0x1000000
# nodbemsg
# nodebug
# nodeccsr
# nodecrtc
# nodecserial
# nodecstat
# nodumpcp0
# nodumpcpu
# noexcmsg
# noexcpriomsg
# nofpu
# nohaltdumpcp0
# nohaltdumpcpu
# noinstcounts
# noinstdump
# nomemdump
# norealtime
# noreportirq
# notestdev
# notracing
# romfile=romfile.rom
# spimconsole
# timeratio=1
# traceendpc=0
# tracesize=100000
# tracestartpc=0
# ttydev2=off
# ttydev=/dev/tty
##
## The following options have defaults set by `configure':
##
bigendian
mipstoolprefix='/work/mips/mips-4.3/bin/mips-sde-elf-'