搜索资源列表
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
avfs-0.9.9
- 一个虚拟文件系统,实现系统的格式化、目录的创建、文件的建立和删除-A Visual File System
File-system
- Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
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
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
Fat-FileSystem
- 简易Linux FAT 文件系统的实现。本程序是操作系统课程的课程设计,获得优秀。 具体实现了文件系统格式的定义,实现了基本的cd/pwd/ls 等命令。-Basic Linux FAT filesystem demo code.
linux
- 基于Linux的模拟文件系统的设计与实现-Design and implementation of the Linux file system based simulation
rootfs.tar
- 自己实现的yaffs2文件系统,可以直接在开发板上使用。linux移植需要的通用文件系统。基于s3c2440-Their implementation yaffs2 file system that can be used directly in the development board. linux transplant requires a common file system. Based on s3c2440
my_proc
- 实现Linux系统下/proc文件的创建和删除,包括Makefile文件。-Achieve the Linux system/proc file creation and deletion, including the Makefile.
readinfo
- 通过读取/proc文件实现对Linux系统硬件信息的显示。-By reading the/proc file system to achieve the display hardware information on Linux.
bottom_fs
- linux内核过滤文件系统,实现文件操作的拦截和重定向-linux kernel filter file system, file operations to intercept and redirect
Disk
- 在Linux操作系统上,简单地实现一个基于位示图的文件系统-On the Linux operating system, a simple realization of a bit map based on the file system
Simulation-File-System
- 模拟了linux中ex3文件系统的实现。将一个文件当作磁盘进行操作,呈现的效果类似linux命令行,可以实现cd,ls,创建文件/目录,删除文件/目录,读写文件- Analog implementation linux in ex3 file system. The disk as a file operation, showing the effect is similar to linux command line can be achieved cd, ls, create a fil
char_led_driver
- Linux内核驱动程序,详细解释基于Linux驱动程序文件系统和硬件操作的实现-The Linux kernel driver, detailed explanation based on Linux drivers for the implementation of file system and hardware operation
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