搜索资源列表
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
Linux-kernel-configure
- Linux内核配置系统浅析 world文挡 很不错!-Linux kernel configuration system of world text block is pretty good!
block_linux
- 小游戏之俄罗斯方块小程序block-Linux-small game procedures for the Russian block small box-Linux
block
- Linux块设备驱动源码,学习开发Linux块设备驱动的好帮手
linux下运行的俄罗斯方块游戏的原代码
- 该程序是在linux下运行的俄罗斯方块游戏的原代码,使用ncurses作图形显示,提供速度和关卡选择, This procedure is the Russian block game original code which moves under linux, uses ncurses to make the graphical display, provides the speed and the checkpoint chooses
97288425OReilly.Understanding.the.Linux.Kernel.3rd
- 本书内容涉及Linux 2.6内核,包含许多新特性,如O(1)调度程序、块I/0层、I/0调度程序等。 本书提供Linux内核设计和实现的概述性信息,覆盖了从核心内核系统的应用到内核设计与实现等各方面内容,能够带领读者快速走进Linux内核世界。本书不但介绍了理论,而且也讨论了具体应用,可以满足不同读者的需要,适合于各类希望理解Linux内核软件开发的读者。-This book covers Linux 2.6 kernel, includes many new features, such
block_drivers
- 外国人编写的开发linux系统下块设备驱动的讲稿,英文。能让您快速了解开发流程。english-Foreigners prepared to develop the system under linux block device driver of the scr ipt, and English. Allows you to quickly understand the development process. english
block
- Linux下编写的双人俄罗斯方块游戏,是用gcc和curse库编写的。-The Doubles Tetris game writing in linux by gcc and curse lib.
block
- linux中断驱动程序的实现,我搞了很长时间爱你才搞出来-struct my_pipe { wait_queue_head_t inq,outq /* read and write queues*/ char*buffer,*end /* begin of buf,end of buf*/ int buffersize /* used in pointer arithmetic*/ char*rp,*wp /* where to read,where to w
Drivers
- 成都中嵌linux系统培训班的驱动教程,包括LED,字符设备,块设备等等,很好的aem-linux驱动学习资料-Chengdu embedded linux system, the driver training course curricula, including LED, character devices, block devices, etc., a very good aem-linux-driven learning materials
SQUASH-linux-flash
- 重点介绍了SQUASHFS文件系统,其编译,制作,挂载和内核修改坏块处理.因为yaffs2文件系统内核支持比较成熟,其本上只需编译即可,后面也介绍了目前较常见的几种文件系统. 关键字: squashfs linux flash 坏块处理-Highlighted SQUASHFS file system, the compilation, production, mounting and handling bad block kernel modifications. Yaffs2 file
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
addCR
- 换行符转换,在linux下编辑过的文本经该程序转换可以在windows下查看而不出现黑块,也可以转回来-Convert line breaks in the next linux text edited by the program can convert windows to view instead of black block, you can switch back
linux
- 设计一个简单的文件系统,包含格式化、显示文件(目录)、创建文件、登录等几个简单命令的实现,而且能完成超级块的读写、节点的读写等过程。编写一个基本体现文件系统理论的程序。在节点的使用上,主要模仿Linux的EXT2文件系统。、-Design a simple file system, including format, display file (directory), create a file, registry, such as the realization of a few simple
filesystem
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
block-linux-cdp
- 块级的连续数据保护系统,此为可加载的LINUX模块,作为块设备驱动程序与通用块层的中间层工作-This module provides the functionality of Continuous Data Protection at block level.
lyl
- Linux操作平台下的块设备驱动程序的开发与实现源代码。-Linux block device driver
sbull-2.6.22
- 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
Linux设备驱动开发详解.part01
- Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))