摘要: USB RNDIS/CDC White Paper January 15, 2003Original PDF Bruce BaldenCTO1 IntroductionMany of today's and almost all of tomorrow's smart peripherals (PDAs, cell phones, pagers, GPS, etc.) have adopted t...
阅读全文
摘要: FSD管理器实现中有如下代码DWORD CStore::OpenDisk(){ DWORD dwError = ERROR_SUCCESS; STORAGE_IDENTIFICATION storageid; if (m_pBlockDevice) { m_hDisk = m_pBlockDevice->OpenBlockDevice(); } else { m_hDisk = Create...
阅读全文
摘要: 该学习模块化的驱动设计了,哈哈。While there have been several resources written to cover creating threads using Microsoft Win32 C functions, there is a shortage of information on how to handle threads in C++. Since C...
阅读全文
摘要: Touchpad驱动分析日期: 2005-08-27Email:nasiry@eyou.comBlog:http://www.cnblogs.com/nasiry关于: windowsCE.net4.2触摸屏驱动分析1. 接口WindowsCe.net要求的触摸屏驱动DDI列表如下:TouchPanelGetDeviceCapsTouchPanelEnableTouchPanelDisableTo...
阅读全文
摘要: What Is MTP? (Sidebar) Posted: Sep. 6, 2004Media Transfer Protocol (MTP) is a new protocol and accompanying set of drivers developed by Microsoft to connect portable devices to a Windows XP PC and sy...
阅读全文
摘要: PlaysForSure/Napster to Go Testing, Part One GetFrom:http://www.microsoftmonitor.com/archives/006813.htmlWith flu and bronchitis delays behind, my Napster to Go testing moves rapidly forward; I dedica...
阅读全文
摘要: Windows CE API机制初探创建时间:2005-07-08 更新时间:2005-07-08文章属性:原创文章提交:san (san_at_xfocus.org)Windows CE API机制初探整理:san创建:2005.07.06更新:2005.07.07--[ 目录1 - Windows CE架构2 - 列出所有系统API3 - Windows CE的系统调用4 - coredll....
阅读全文
摘要: 朋友的文章,虽然对同一系统进行分析但方向不同,很有学习的价值.既然是国人写的应当也出个中文版配套阿。对san表示强烈抗议~~!;)==Phrack Inc.== Volume 0x0b, Issue 0x3f, Phile #0x06 of 0x14|=----------------------------------------------------------------------=||...
阅读全文
摘要: 串口驱动分析 Auth:nasiry date: 2005年4月12日 abort: windowsCE.net 420串口驱动分析 相关资料 虽然串口通讯已经是普遍的标准而且广为大家熟知,但驱动中涉及的部分内容也可能在平时的应用中并不是很常用到,在这里做一个简单的介绍待后面说明到具体代码的时候可以连贯一些。 串行通讯接口是目前十分流行的通讯接口之一。由于其电气界面的简单性...
阅读全文
摘要: See MIPS Run (中文版) 译者: 中国Linux论坛CPU板, 中国XTRJ.ORG, 中国AKA.ORG, 译者的话 我们来自 中国Linux论坛(www.linuxforum.net), 系统软件研究所(www.xtrj.org) 和 AKA信息技术组织(www.aka.org.cn) . 我们在网络上相遇;我们在网络上相知. 共同的技术...
阅读全文
摘要: 天娜:重要的并不是结果!现在究竟为何而生…是为了事业?为了爱?活着的人只要能找到这一答案不就足够了吗? 艾德加:建立秩序是我的使命,真正的秩序只会产生于强权以外… 杰夫卡:生命…梦想…希望…自何而来?向何而去?就是这些东西摧毁了伟大的我?” 一、 失败投资 “一起来制作电影般的游戏吧…&...
阅读全文
摘要: windowsCE异常和中断服务程序初探(=) ...
阅读全文
摘要: ---------by nasiry 转载请说明出处 1。中断/异常相量的装入和执行方式。 ...
阅读全文
摘要: 创建时间:2004-11-05 更新时间:2004-12-06文章属性:原创文章提交:san (san_at_xfocus.org)整理:san创建:2004.10.17更新:2004.11.09--[ 1. ARM简介从Platform Builder来看,Windows CE支持相当多CPU,但现在市场上实际销售的PDA几乎全部采用ARM芯片。ARM是一个RISC构架的32位微处理器,它一次有...
阅读全文
摘要: Block Device Drivers for Flash Memory DevicesThe first version of Windows CE was used solely on platforms with battery-backed RAM storage with a simple file system to manage the storage. However, Wind...
阅读全文
摘要: The sample device drivers included with the Windows CE Platform Builder come in two forms: monolithic and layered. Source code for a monolithic driver consists of both interrupt service thread code an...
阅读全文
摘要: Driver Code Structure Most Windows CE–based device drivers use a layered approach. The advantage of this approach is that you only need to modify the upper or the lower layer. The upper layer is...
阅读全文
摘要: Multimedia Streaming on Microsoft Windows CE 3.0 Microsoft CorporationJune 2000Summary: This paper discusses the multimedia streaming capabilities using Windows Media™ components included in Mic...
阅读全文
摘要: Interrupt Architecture in Microsoft Windows CE .NET Nat Frampton, Windows Embedded MVP President, Real Time Development Corp.July 2002Applies to: Microsoft® Windows® C...
阅读全文
摘要: Creating a Board Support Package Using the Windows CE .NET CEC Editor Bruce Eitman Windows Embedded MVP Accelent Systems Inc. January 2003Applies to: Microsoft® Windows...
阅读全文
摘要: Microsoft Windows CE 5.0 Board Support Package, Boot Loader, and Kernel Startup SequenceMark Plagge Microsoft Corporation May 2004Applies to: Microsoft® Windows® CE 5...
阅读全文
摘要: The Case of the Missing Ordinal Mike Hall Microsoft Corporation Steve Maillet Entelechy Consulting March 10, 2003Summary: Mike Hall takes a look at missing ordinals from coredll.dll and how to determi...
阅读全文
摘要: --------------by nasiry 转载请说明出处以下为依据微软提供的资料整理出来的Flat Virtual memory MAP
阅读全文
摘要: Connecting the Lubbock device over USB using Windows 2000 and ActiveSync 3.5: ----------------------------------------------------------------------------- The following section provides the nec...
阅读全文
摘要: Formats:struct BinFile{ BYTE signature[7]; // = { 'B', '0', '0', '0', 'F', 'F', '\a' } ...
阅读全文
摘要: ---------------by nasiry &...
阅读全文
摘要: ---------------by nasiry ...
阅读全文
摘要: ---------------by nasiry &...
阅读全文
摘要: 205.252.144.228 202.175.3.8 202.96.134.133 202.96.154.8 202.96.154.15 202.96.0.133 202.96.199.133 202.97.16.195 202.106.0.20 202.106.148.1 202.106.196.115 202.96.128.143 202.96.128.68 202.96.199.132 2...
阅读全文
摘要: 开放源码的自由软件-VIM的主创者在本文中讲述了vim的开发内幕和发展方向. 同时提出慈善软件的概念并解释了Bram为何将这一概念用之于vim. 本文也深入程序内部的函数和数据结构, 作者讲述了vim这一复杂的程序是如何工作的, 并且讨论了在vim最新版6.0中的新功能. 介绍 不太可能你还从来没有听说过vim吧. 它作为标准的Vi编辑器存在于Linux的几乎每一种发行版里. 在很多系统里如...
阅读全文
摘要: Kitl是怎样工作的? ---------------by nasiry ...
阅读全文
摘要: WindowsCE目录解析 ---windowsCE.net 4.20篇 ...
阅读全文
摘要: ---------------by nasiry &...
阅读全文
摘要: ---------------by nasiry &...
阅读全文