共查询到20条相似文献,搜索用时 0 毫秒
1.
2.
一种带键盘扫描的串行LED显示驱动器 总被引:1,自引:3,他引:1
介绍了一种带键盘扫描的串行LED显示驱动器MAX6959的工作原理及其内部配置寄存器,并给出了该器件的一个应用实例,包含了硬件电路和相关程序。 相似文献
3.
研究表明,驱动程序的漏洞是造成Linux系统安全问题的主要原因之一,可引发提权、拒绝服务等高危情况。针对无具体设备的情况下,无法对驱动程序进行运行时漏洞检测的问题,提出了对驱动程序进行符号化执行的思路,提出了一种基于符号执行技术实现的驱动程序模拟环境,可以用于分析和检测Linux设备驱动程序中存在的安全漏洞。该环境通过模拟内核提供给驱动程序的服务接口,使驱动程序可以在应用层进行符号执行进而可对其进行漏洞检测。同时,该环境无需真实硬件的支持,并且具备覆盖率高、执行速度快、易于扩展等特点。通过将该环境作用于6个不同的Linux设备驱动,检测出了6个真实的漏洞,其中三个漏洞已向驱动维护者提交补丁并被接受。实验结果表明,符号化驱动环境具备一定的漏洞检测能力,并且拥有资源消耗低、检测速度快和不依赖于硬件设备的特点。 相似文献
4.
设备驱动等内核扩展模块被认为是造成操作系统不稳定的主要原因,而目前对操作系统稳定性的研究也主要集中在研究如何将其与内核的主体部分分离.本文结合现有的研究成果,提出了利用用户态的Java虚拟机(JVM)将驱动程序与内核分离的架构.在这样的架构中,驱动程序运行在受限的JVM中,所有驱动程序的错误都将被捕获而不致影响到内核的其他部分.利用这样的架构,在Linux系统下实现了新的USB协议栈,并对其进行了性能测试.测试结果表明,与原内核驱动程序相比,新的驱动架构表现出更高的稳定性,而在性能方面,对于时间和数据量要求不高的设备,其性能与原驱动程序相当接近;而对于需要进行大量数据处理的设备,其性能有一定程度的下降. 相似文献
5.
6.
TinyX窗口系统被广泛应用于嵌入式系统,移植TinyX窗口系统的首要任务是显示驱动的移植.对TinyX窗口系统基于FrameBuffer的显示机制进行了分析,以ADV7179作为ARM平台的显示芯片,提出了将TinyX窗口系统的显示驱动移植到该平台上的解决方案,对TinyX窗口系统在不同平台下的移植有很好的借鉴价值. 相似文献
7.
Ian A. Macleod 《Software》1977,7(6):771-778
This paper outlines the design and implementation of a text editor which is designed for use on an alphanumeric display terminal with cursor control. Text may be edited directly on the screen by deleting, overstriking or inserting characters. There also exist commands to manipulate and search sections of text. A major design consideration was that the editor should be easily usable by untrained casual users. 相似文献
8.
EFI是Intel提出的下一代BIOS的基础规范架构,是为下一代操作系统准备的BIOS革新技术。EFI在解决传统BIOS局限性的同时,其自身安全问题成为它进一步发展的最大障碍。在研究EFI结构的基础上,重点对EFI驱动模型进行分析,设计并实现了一个基于EFI的Ukey设备驱动,可用于解决BIOS层的用户身份认证问题。 相似文献
9.
10.
11.
12.
Earth scientists generally handle large arrays of multivariate data (tabular form) which have to be entered into a computer for further processing. This paper is concerned with a user-friendly screen data editor named DAINTY, developed by the authors to serve the needs of data entry and printing. Whereas column operations are required for tabular data, text data entry requires row operations. DAINTY provides a number of column operations which generally are not present in commercial editors. These operations are discussed. 相似文献
13.
Zheng Wei Wang Qinruo Wu Naiyou 《微计算机信息》2003,(12):88-90
Linuxoperationsystemcanworkintwomodes.Oneisinuserspace,theotherisinkernelspace.Whenwewanttowriteadevicedriver,weshoulddecidewhatfunctionscanbeimplementedbyusingmoduleandwhatcanbedoneinuserspace.Asangeneralprinciple,allthatcanbeprogrammedinuserspaceshouldnotbefulfilledinkernelspace.Althoughsometimeswritingauserspacedevicedriverisawisealternativetokernelhacking,userspacedriverscan'tfinishtoomuchtasks.Incasethatwecan'tac-complishourdriverinuserspace,orwhenweemphasizetheim-portanceofrealtimeandst… 相似文献
14.
介绍了Linux下设备驱动程序的基本结构和实现原理,结合底层驱动中的读操作函数的整个过程,对其一般规律进行了总结,以降低误码率. 相似文献
15.
基于WDM模型的PCI卡驱动程序设计 总被引:6,自引:1,他引:6
基于WDM模型的PCI卡驱动程序设计,是建立Windows操作系统下数据采集系统面临的关键问题,详细分析了WDM驱动程序的工作原理。以PCI9113A数据采集卡为例,提出了利用Microsoft公司的DDk实现Windows2000操作系统下驱动程序的有效开发方法。讨论了驱动程序的测试和封装。 相似文献
16.
WDM模式下USB设备驱动程序的设计 总被引:5,自引:3,他引:5
针对USB设备驱动程序开发过程中的常见问题和难点,并结合编程环境、工作机制、基本格式和端口初始化等几个方面问题,对在Windows环境下设计USB设备驱动程序的诸多要点进行了详细的分析与探讨,并着重说明了如何实现USB2.0规范所定义的4种数据传输方式及其在使用中的选择策略,同时也给出了相应的示例代码。 相似文献
17.
《Displays》2015
A novel MEMS display device comprising a light separator and MEMS light shutters is introduced. This device is operable both in transmissive mode using internal light source and in reflective mode using external sun light. In transmissive mode, the light separator directs internal backlight illuminated on its incident surface into a plural of small openings (grooves) on the viewing surface. The MEMS light shutters are used to control the color and intensity of light at individual pixels. Internal light utilization efficiency of this display is the greatest compared to any other transmissive displays. The device is capable of having true black background, hence a very high contrast ratio. In reflective mode, MEMS shutters direct part of the sun light for image display. MEMS shutters have fast response time, making the new device suitable for vivid motion picture display, and operable at very low voltages, suitable for mobile device applications. 相似文献
18.
从Linux设备驱动程序的分类入手,分析了网络设备驱动程序的结构,并讨论了网络设备驱动程序的实现模式,最后描述了实现中要注意的问题。经实践检验.本实现模式是成功的。 相似文献
19.
Windows CE 驱动程序开发 总被引:21,自引:0,他引:21
不同的嵌入式系统硬件平台,往往有其独有或特殊的设备,而这些设备的WindowsCE驱动程序设计问题是开发人员经常遇到的。着重阐述了WindowsCE体系结构和中断机制、WindowsCE驱动开发的几种基本模式,给出了如何使用单片驱动程序设计方法,提供了平台特有设备驱动程序开发实例以及如何将驱动程序加入OS二进制映像文件的步骤,测试表明此方法设计的驱动程序高效可靠。 相似文献
20.
基于ARINC429总线接口板卡的驱动程序设计与实现 总被引:2,自引:0,他引:2
在介绍ARINC429总线接口板卡体系结构的基础上,重点阐述了Windows2000下,该型板卡驱动程序的设计与实现.驱动程序的应用程序接口开发采用WinDriver设备驱动程序工具包,详细介绍了板卡设备注册,存储器访问以及中断处理的实现机制.板上程序则结合板卡的硬件设计,介绍自测试以及数据收发功能的实现. 相似文献