搜索资源列表
-
0下载:
boot.asm是用nasm汇编程序做的VESA显存模式驱动的写点
带有软盘驱动引导程序
用FloppyWriter.exe写主引导区-boot.asm is done NASM assembler VESA mode driver memory write point boot with the floppy disk drive used to write the Master Boot FloppyWriter.exe District
-
-
0下载:
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
-
-
0下载:
LINUX设备驱动程序第三版配套源码;
设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul
-
-
1下载:
不非法驱动源码,提供给DNF辅助作者,
一切都能参考易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Not illegal driver source code available to DNF auxiliary of everything can reference easy drive to read and write memory module source language with default driver. Can add their own
-
-
0下载:
加载驱动后利用驱动通信直接读写指定内存!让你过掉游戏内存读写保护!-Load the driver driven communication directly read and write to the specified memory! You had lost the game memory read and write protection!
-
-
0下载:
Small RTOS51是为51系列单片机而编写的。它是完全免费的、源代码公开的多任务实时操作系统。它可在无任何外部数据存储器的 单片80C51系统上运行,并且是可移植的。全书分两部分。第一部分为基础篇,介绍Small RTOS51和一些基本概念,并详细分析 Small RTOS51的工作原理。第二部分为应用篇,给出部分常用硬件在Small RTOS51下驱动程序的源代码。这些源代码在DP51单片机仿 真实验仪上全部调试通过,且只要经过很少的改动,或是不改动,就可以在其他环境下 使用。应用篇还通
-
-
0下载:
模拟SPI驱动ADE7753,写的很详细,内存大的嵌入式芯片请选用-Analog SPI driver ADE7753, write a very detailed, large memory embedded chip please use
-
-
1下载:
本书以作者亲自在PC上开发嵌入式操作系统“HelloChina”的全过程为主线,详细地叙述自己动手写嵌入式操作系统所需的各方面知识,如加载和初始化、Shell、线程的实现、内存管理机制、互斥和同步机制及中断和定时机制的实现,以及设备驱动程序管理框架,应用编程接口等。(The whole process of the book by the author personally developed embedded operating system "HelloChina" in
-
-
0下载:
为字符设备编写设备驱动程序,实现简单的消息传递方式。 内核维护一个消息列表。 为了限制内存使用,我们对每条消息施加4KB的限制,并且还限制所有消息的大小,最初为2MB。(Write a device driver for a character device which implements a simple way of message passing. The kernel maintains a list of messages. To limit memory usage, we imp
-