Fix comment.
[helenos.git] / contrib / conf / SPMIPS.simics
blob63b6924dd79bf8d5627efb834d17f4e622100879
1 run-python-file ../scripts/extrapath.py
3 add-directory ../../import/mips
4 read-configuration spmips.conf
6 set-pc (cpu0.load-binary ../../../SPARTAN/kernel.bin)
8 # Setup uart to use 8 bits
9 @conf.tty0.lcr = 0xf;
11 # Set date
12 rtc0.set-date-time 2001 01 01 01 01 01
13 @century = 20
14 @ignore=SIM_set_attribute_idx(conf.rtc0, "nvram", 0x32, century)