搜索资源列表
proc
- Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构 、 改变内核设置的机制 。 本文只讨论基于 intel x86 架构的 Linux /proc 文件系统。-The Linux kernel provides a pass/proc file system, operated at the time of accessing kernel internal data structures, changes to the kernel setting mec
0V9650-drive-application-source-code
- 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
File-system
- Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
Linux-kernel-makefile-resolution
- 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
findfd
- 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie
e2fsprogs.tar
- e2fsprogs(又称为e2fs programs)是用以维护ext2,ext3和ext4档案系统的工具程序集。由于ext2/3/4是绝大多数Linux发行版默认的文件系统,所以这套工具集也包含在众多Linux发行版内。 e2fsprogs包含以下独立的程式: e2fsck, ext2/3/4文件系统的fsck程序,用于检查文件系统的完整性。 mke2fs, 用于创建ext2/3/4档案系统。 resize2fs, 调整已建立的ext2/3/4档案系统的大小。
xfsprogs-and-dump
- xfs应用于xfs文件linux X86_64系统安装的软件.可以实现XFS的文件系统添加。-software the xfs applied to xfs file linux X86_64 system installation. XFS file system to add.
caozuoxitong
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。自己编写的程序,绝对原创。-failed to translate
mtd-for-linux
- Linux系统下的flash驱动程序源代码,芯片为s3c2410,nand Flash驱动位置文件主要在nand目录下,nor Flash 驱动配置文件主要在maps目录下。-Linux system flash driver source code, chip s3c2410, nand Flash drive position papers mainly in the nand directory, nor Flash Drive configuration files are in the
linux
- linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
cvs-root.tar
- 将已做好的linux文件系统目录转换成bin文件的软件。-Will be ready for linux file system directory into the bin file of the software.
iozone3_326
- linux下的文件系统性能综合测试工具,源代码。-linux file system performance integrated testing tools, source code.
Fat-FileSystem
- 简易Linux FAT 文件系统的实现。本程序是操作系统课程的课程设计,获得优秀。 具体实现了文件系统格式的定义,实现了基本的cd/pwd/ls 等命令。-Basic Linux FAT filesystem demo code.
read_write
- 这个程序是一个linux-arm 根文件系统读写驱动程序。-This program is a linux-arm root file system read and write driver
inotify-sample
- inotify 示例 在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes t
linux
- 基于Linux的模拟文件系统的设计与实现-Design and implementation of the Linux file system based simulation
Linux-VFS
- 讲述linux虚拟文件系统,主要是文档说明-About linux virtual file system
sd-card-linux-driver
- linux驱动编写,实现外接sd卡功能,实现fafts文件系统,并包含电路图-Linux driver to write, to achieve external SD card function, to achieve fafts file system, including the circuit diagram
linux.so
- (已验证)利用动态库编程获取系统时间,简单的linux库文件生成和库文件调用(Using dynamic library programming to obtain system time, simple Linux library file generation and library file call.)
Linux操作系统下C
- 本书介绍在Linux环境下进行C语言编程所需要的知识,可以学到以下内容:1.源程序编译;2.Makefile的编写;3.程序的调试;4.头文件和系统求助。(Knowledge needed for C language programming under Linux environment)