我的回收站
技术文章、随笔、文摘及其它
Search
主页
:
博客
:
论坛
:
相册
<
2006年7月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
订阅
RSS 2.0
Atom 0.3
联系
日志分类
.NET技术
随笔、摘录
移动开发
存档
七月 2007 (1)
五月 2007 (1)
二月 2007 (1)
八月 2006 (1)
七月 2006 (1)
六月 2006 (2)
五月 2006 (5)
四月 2006 (4)
三月 2006 (3)
一月 2006 (1)
十二月 2005 (2)
十一月 2005 (1)
Device Emulator 1.0的源代码已经公开
posted on 2006年7月24日 11:17 由
被遗弃的小指
下载地址:
http://www.microsoft.com/downloads/details.aspx?FamilyID=faa8c81d-7316-4461-a0ed-6c95b261ddcd&DisplayLang=en
What is the Device Emulator?
The Device Emulator is a software simulation of a CPU and motherboard, that runs the Windows CE and Windows Mobile operating systems. The emulator is a single Windows .EXE file that contains:
A CPU emulator that executes the ARM instruction set by JIT-compiling to x86
An MMU emulator to support virtual memory and page protection
A motherboard emulator that contains emulated RAM and NOR flash memory
A collection of peripheral devices attached to the motherboard: serial ports, LCD controller, touchscreen, keyboard, interrupt controller, programmable timers, real-time-clock, network cards, audio, etc.
A “DMA” interface which allows a Win32 application running outside the emulator to communicate with a WinCE application running inside the emulator, using a simple socket-like programming model.
The V1 emulator ships as part of Visual Studio 2005, and on Microsoft.com as a free standalone download
here
.
What is the Shared-Source Device Emulator?
It is the source code to the V1 DeviceEmulator.exe. You can compile the emulator yourself, using Visual Studio 2005, and either run it as a standalone Windows application, or use its COM self-registration code to make it the default DeviceEmulator on your PC (meaning launch it and use it from Visual Studio 2005 and the Device Emulator Manager).
The source code is released under a shared-source initiative. Please see the accompanying
license
.
The Shared Source release does not include sources to the Device Emulator Manager application or to the ActiveSync-over-DMA code, both of which are present in binary form in the V1 release.
This source release can be used as an research and experimentation platform: the CPU emulator can be modified or replaced, as can the motherboard, peripheral devices, and emulator UI.
Copy Left WinFans(R)