搜索资源列表
_Clinux_shishi_gaizao
- 本文提出了一种对μClinux 进行实时改造的方案,该方案采用双内核机制,借助RTLinux 的实现思想,利用内 核模块的可动态加载技术,对普通μClinux 进行实时性改造。实验表明,该系统实时任务的调度响应和中断延时在微秒级 别,能够满足硬实时系统对时间的限制。
CLibrary.zip
- 这是一个linux C语言编程中使用动态连接库的例子!将两个独立的函数放到一个库中,在测试程序中人工加载!,This is a linux C programming language examples of using dynamic link library! Will be two separate functions into a library, in the test program in the manual load!
watchdog
- at91rm9200看门狗驱动,通过测试,可以动态加载。-at91rm9200 watchdog driver, passed the test, you can dynamically load.
usbport.tar
- 开源的usbport 的usb主机协议栈,本协议栈可以支持多种不同的usb控制芯片,芯片的驱动可以动态加载和卸载,usbport采用C语言编写,可以使用于arm7/arm9/avr等多种平台。 -Open-source usbport the usb host protocol stack, the protocol stack can support a wide variety of usb controller chip, chip driver can be dynamically
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
proc_module
- 动态加载模块,实现一个新的proc文件,在文件中显示系统时间-Dynamically loaded modules, the realization of a new proc file, in the document display system time
0602_driver-i2c
- embest2410 i2c驱动 直接动态加载-embest2410 i2c driver direct dynamic loading
0701_driver-led
- embest led驱动 内核编译时加入非动态加载-embest led compile-time kernel driver for non-dynamic loading
0703_dynamic-mod
- embest 可以动态加载的led驱动 编译成.o文件后直接加载就行 -embest can be dynamically loaded into the led driver to compile. o files directly loaded on the line
object
- linux下c语言实现的网页,远端可以访问该网页,动态加载模块,显示硬盘信息,时间,命令,进程信息等-c under linux language pages, remote access to the web page dynamically loaded modules, show that the hard disk information, time, order, process information, etc.
tc2
- at91rm9200定时器2驱动,基于linux2.6.13,可以动态加载,测试通过-at91rm9200 Timer 2 driven, based on linux2.6.13, can be dynamically loaded, test
Grub2010
- 本文档主要讲述了GRUB的使用;GRUB 2 是源自于一个名为 PUPA 的项目,目的是建立下一代的 boot loader。GRUB 2 几乎是从零开始开始开发的,它和 GRUB Legacy 不同的地方有很多,例如支持 scr ipts、国际化语言、动态加载模块、带有 resuce 模式等等。-This document describes the use GRUB GRUB 2 is derived from a project known as PUPA, aims to build
Linux_serial_network
- Linux为串口上网提供了丰富的支持,比如PPP(Peer-to-Peer Protocol, 端对端协议)和SLIP(Serial Line Interface Protocol, 非常老的串行线路接口协议),这里所说的"上网"是指把串口当成一个网络接口,通过封装网络数据包(如IP包)以达到无网卡的终端可以通过串口进行网络通 信。但是使用这两种协议必须得到内核的支持。例如,如果在没有配置PPP的Linux环境中使用PPP,除了安装PPP应用层软件外,还必须重新编译内 核。SLIP是一个比较老的
1
- 考虑到从硬件层开始构建一个操作系统的难度,Adeos并没有并没有从零开始构建一个硬件抽象层;目前,Adeos是基于Linux内核实现的,这样的话,就可以将系统的启动和初始化工作都由Linux来完成,在系统完成初始化后,再进行Adeos的初始化工作(包括接管Linux的中断管理机制),Adeos功能既可以直接编译进内核,也可以作为一个内核模块在系统运行时动态加载,就和内核的驱动程序模块一样。 -Building a RTOS over Adeos
testqt.tar
- linux qt 照片浏览器,动态加载,学习demo-linux qt photo viewer, dynamic loading, learning demo
Matt_Pietreks_PE_Tutorial
- 一个操作系统的可执行文件格式,从许多角度来看,都是操作系统内建行为的一面镜子。 虽然可执行档格式通常并不是一个程序员认为迫切需要学习的东西,但操作系统的许多 有用的知识却可以在这个过程中获得。动态联结、加载器行为、以及内存管理,是特 别容易在这个学习过程中推理而得的三个主题。 -An operating system executable file format, from many point of view, are the behavior of the operating
dlopen
- LINUX、UNIX环境下加载动态链接库的示例。 使用了系统函数有:dlopen,dlsym,dlerror 内涵MAKEFILE. 不明白的请加QQ:170511890-LINUX, UNIX environment to load dynamic link library sample. Using the system function are: dlopen, dlsym, dlerror connotation MAKEFILE