Changes between Version 10 and Version 11 of UsersGuide/RunningInQEMU


Ignore:
Timestamp:
2013-07-18T14:08:31Z (11 years ago)
Author:
Vojtech Horky
Comment:

Mention tools/ew.py

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/RunningInQEMU

    v10 v11  
    22
    33This page describes how to use [http://qemu.org QEMU] to run various HelenOS images you either [http://www.helenos.org/download downloaded] or [wiki:UsersGuide/CompilingFromSource built yourself].
     4
     5The following text describes how to run the emulator manually. That is necessary if you download the image, but if you build the image by yourself, you may use our wrapper script instead. The script is started using following command:
     6{{{
     7./tools/ew.py
     8}}}
     9It detects used configuration (e.g. whether you built for `ia32` or `mips`) and start the appropriate emulator (for some architectures, it would also set-up networking in the emulator). Please note that this ''does not work'' for [http://www.helenos.org/download downloaded images].
    410
    511== Basics ==