搜索资源列表
a-block-driver
- 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
normalcachetest
- 利用nvidia提供的内核接口,进行芯片内存cache的性能测试-Provided by nvidia kernel interface chip memory cache performance test
Kmalloc
- 用nopage和mmap实现内核内存空间到用户空间的映射-Implemented with nopage and mmap the kernel memory space to user space mapping
zcache
- Zcache provides an in-kernel "host implementation" for transcendent memory and, thus indirectly for linux.
iomem
- ARM9 S3C2440驱动源代码(内存映射硬件访问源代码),内核2.6.40.3,调试通过,可正常使用,包含.c Makefile和测试程序-ARM9 S3C2440 driver source code (memory-mapped hardware access to the source code), kernel 2.6.40.3, debugging through normal use, including c Makefile and test procedures
bionic.tar
- Android的Linux内核Bionic库,Bionic库仅为200KB大小是GNU版本体积的一半,这意味着更高的效率和低内存占用,同时配合经过优化的Java VM Dalvik才可以保证高的性能。Bionic不支持一些特性比如宽字节对unicode,类似c++那样的异常处理-Android' s Linux kernel Bionic library, Bionic library is only 200KB size is half the volume of the GNU ver
fm25l04_drv
- fm25l04驱动,内核linux3.2,铁电存储有速度快,可以频繁读写,寿命长的特点-fm25l04 driver, the kernel linux3.2, ferroelectric memory with fast, can read and write frequent, long life
ldd3-master
- linux device driver example about memory menagement etc. kernel-linux device driver example about memory menagement etc. kernel...
kernel_driver
- 基于三星S3C6410的内核驱动程序,其中包括irp,字符设备,内存申请,系统调用,驱动模块,led驱动-Based on samsung S3C6410 kernel driver, including the irp, character device, memory application, system calls, driver module, the led driver
5120379003.tar
- In this lab, you will write the memory management code for your operating system. Memory management has two components. The first component is a physical memory allocator for the kernel, so that the kernel can allocate memory and later free it.
myOS
- 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
mem_malloc
- 嵌入式Linux内核内存分配示例程序,C语言开发-Embedded Linux kernel memory allocation sample program
notes1
- kernel memory understanding