23 lines
234 B
Plaintext
23 lines
234 B
Plaintext
#
|
|
# sunergy.setup
|
|
#
|
|
|
|
# setup MMU
|
|
#
|
|
focus ssparc
|
|
flushtlb
|
|
|
|
# mmu off, but boot mode off too.
|
|
set pcr 0
|
|
|
|
focus cpu
|
|
|
|
set pc 0x700000
|
|
set npc 0x700004
|
|
set stop_on_reset 1
|
|
|
|
# enable serial interrupts
|
|
set serial:do_interrupt 1
|
|
|
|
|