程序源: http://handhelds.org/~pfalcon/gsoc/
程序包内已包含有说明 对硬件模拟感兴趣的朋友可以尝试.
附带说明:
复制内容到剪贴板
代码:The release 1.0 is available at this time at http://handhelds.org/~pfalcon/gsoc/ . It includes: 1. Python bindings for QEMU developed using ctypes Python module (native Python FFI (Foreign Function Interface), no C glue code is required; part of standard library since Python 2.5, available as add-on module for earlier versions). 2. Support for building QEMU as a shared library as required by ctypes to use it. 3. Patches to export more symbols and accessors from QEMU shared library. 4. Patch to allow to override ARM machine type from command line. 5. Patch to allow to load machine definitions from external shared libraries (plugins). 6. Samples of machine plugins (C). 7. Basic emulation of HTC ASIC3 peripheral controller, used in the number of Compaq/HP/HTC ARM PDAs (iPAQ h3900, iPAQ h4000, iPAQ hx4700, HTC Universal, etc.), written in Python. 8. Emulation of HP iPAQ h4000 PDA (main PDA features): screen, touchscreen, buttons, SD controller - written in Python. 下面附带我测试的截图
|