- Timestamp:
- 2006-03-12T18:27:33Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f972b89
- Parents:
- a82500ce
- Location:
- contrib/conf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/msim.conf
ra82500ce rde6b301 8 8 add rwm mainmem 0x00100000 16M load "kernel/kernel.bin" 9 9 add rom startmem 0x1fc00000 1k load "kernel/load.bin" 10 add rwm init 0x 20000000 1M load "uspace/init/init"10 add rwm init 0x01000000 1M load "uspace/init/init" 11 11 12 12 add dprinter printer 0x10000000 -
contrib/conf/ski.conf
ra82500ce rde6b301 1 1 load HelenOS/boot/kernel.bin 2 romload HelenOS/ boot/init 0x4000002 romload HelenOS/uspace/init/init 0x400000 -
contrib/conf/spmips.conf
ra82500ce rde6b301 23 23 (0x180003ff, tty0, 0, 7, 1), 24 24 (0x1c000000, hfs0, 0, 0, 16), 25 (0x 20000000, initmem0, 0, 0, 0x20000))25 (0x01000000, initmem0, 0, 0, 0x20000)) 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.