Changeset 63d46341 in mainline


Ignore:
Timestamp:
2018-07-05T12:02:27Z (6 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd9e868
Parents:
984a9ba
Message:

move emulator configurations from contrib/ to tools/

Since the emulator configurations are used by tools/ew.py, they should
be in tools/ rather than contrib/.

Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • README.md

    r984a9ba r63d46341  
    9191[UsersGuide/RunningInQEMU](http://www.helenos.org/wiki/UsersGuide/RunningInQEMU) or
    9292[UsersGuide/RunningInVirtualBox](http://www.helenos.org/wiki/UsersGuide/RunningInVirtualBox) or
    93 see the files in contrib/conf.
     93see the files in tools/conf.
    9494
    9595## License
  • tools/ew.py

    r984a9ba r63d46341  
    245245
    246246def 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')
    248248
    249249def msim_run(platform, machine, processor):
    250250        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')
    252252
    253253def spike_run(platform, machine, processor):
Note: See TracChangeset for help on using the changeset viewer.