Shared Source Code for Device Emulator 1.0!!!
Have you ever wonder how Device Emulator works?
Wonder no more! Barry Bond just posted about availability of shared source code for Device Emulator v1 on his blog:
This release is the full source to V1 DeviceEmulator.exe, which you can compile yourself using Visual Studio 2005.
We created this release to enable experimentation with the emulator:
- create extensibility points to "plug in" new kinds of hardware
- extend or modify the ARM-to-x86 JIT (hint: my blog on V2 performance at https://blogs.msdn.com/barrybo/archive/2006/05/23/605314.aspx has some "homework assignment" tasks).
- create emulators for whole new CPUs and motherboards
- instrument the emulator to collect performance data on your application or OS image
You can download it here!
Have fun!
Tags:
[Windows Mobile]
[Device Emulator]
Comments
- Anonymous
July 17, 2006
PingBack from http://microsoft.wagalulu.com/2006/07/17/shared-source-code-for-device-emulator-10/ - Anonymous
September 13, 2006
Do you know if it is possible to use VS2005 Device Emulator to load an audio player application and debug the calls to and from the audio driver?