Changeset 63d46341 in mainline
- Timestamp:
- 2018-07-05T12:02:27Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd9e868
- Parents:
- 984a9ba
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
README.md
r984a9ba r63d46341 91 91 [UsersGuide/RunningInQEMU](http://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or 92 92 [UsersGuide/RunningInVirtualBox](http://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or 93 see the files in contrib/conf.93 see the files in tools/conf. 94 94 95 95 ## License -
tools/ew.py
r984a9ba r63d46341 245 245 246 246 def ski_run(platform, machine, processor): 247 run_in_console('ski -i contrib/conf/ski.conf', 'HelenOS/ia64 on ski')247 run_in_console('ski -i tools/conf/ski.conf', 'HelenOS/ia64 on ski') 248 248 249 249 def msim_run(platform, machine, processor): 250 250 hdisk_mk() 251 run_in_console('msim -c contrib/conf/msim.conf', 'HelenOS/mips32 on msim')251 run_in_console('msim -c tools/conf/msim.conf', 'HelenOS/mips32 on msim') 252 252 253 253 def spike_run(platform, machine, processor):
Note:
See TracChangeset
for help on using the changeset viewer.