Changes between Version 10 and Version 11 of UsersGuide/RunningInQEMU
- Timestamp:
- 2013-07-18T14:08:31Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/RunningInQEMU
v10 v11 2 2 3 3 This 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 5 The 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 }}} 9 It 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]. 4 10 5 11 == Basics ==