搜索资源列表
Linux011-Mem-YuanYi
- 关于linux内核的初始化内存管理,以及分页机制的实现,做了详细的说明和代码。-Initialization on the linux kernel memory management, as well as the realization of the paging mechanism, a detailed descr iption and code.
mem_malloc
- 内存分配算法,VC写的,可以方便的移植到嵌入式系统中,效率较高,已经测试。-mem alloc algorithm.
IO-port-and-IO-mem
- linux 2.6内核下操作IO port 和IO mem的例程序,对于学习很有帮助。-linux 2.6 kernel and the IO mem IO port operations in the cases of procedures for the very helpful.
mem-dev-0.20
- 简单的字符设备驱动程序,带验证程序,是学习字符设备驱动的好材料。-Simple character device driver, with verification procedures, the character device driver is a good learning materials.
IO-mem-acess
- 基于linux系统的IO内存访问底层硬件的驱动程序。实验现象是LED灯亮。所以也是LED驱动程序。不是调用函数接口-IO memory based on the Linux system to access the underlying hardware driver. The experimental phenomena are LED lights. LED driver. Instead of calling the function interface
mem-poolAndThread-pool
- 培训资料,讲解内存池和线程池的创建和使用,值得研究学习。-Training materials, create and use to explain the memory pool and thread pool, it is worth study.
gpio_test.tar
- 使用/dev/mem和mmap方式在用户层操作物理层资源的接口。-use /dev/mem and mmap to operate physical layer resource in usermode process.