Subversion Repositories HelenOS-historic

Rev

Rev 501 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 501 Rev 532
1
run-python-file ../scripts/extrapath.py
1
run-python-file ../scripts/extrapath.py
2
 
2
 
3
add-directory ../../import/mips
3
add-directory ../../import/mips
4
read-configuration spmips.conf
4
read-configuration spmips.conf
5
 
5
 
6
set-pc (cpu0.load-binary ../../../SPARTAN/kernel.bin)
6
set-pc (cpu0.load-binary ../../../SPARTAN/kernel.bin)
7
 
7
 
8
# Setup uart to use 8 bits
8
# Setup uart to use 8 bits
9
@conf.tty0.lcr = 0xf;
9
@conf.tty0.lcr = 0xf;
10
 
10
 
11
# Set date
11
# Set date
12
rtc0.set-date-time 2001 01 01 01 01 01
12
rtc0.set-date-time 2001 01 01 01 01 01
13
@century = 20
13
@century = 20
14
@ignore=SIM_set_attribute_idx(conf.rtc0, "nvram", 0x32, century)
14
@ignore=SIM_set_attribute_idx(conf.rtc0, "nvram", 0x32, century)
15
 
15