搜索资源列表
Linux File System Driver EXT2 IFS for Windows NT X
- Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
cramfs-1.1.tar
- 可以用它制作linux文件系统,在linux移植中非常有用。-can use it to make Linux file system, linux transplantation very useful.
rootfs
- 嵌入式linux文件系统的制作说明文档,简单明了-Embedded Linux file system produced documentation, clear and simple
Linux-Windows_TEXT
- 由于Linux和Windows文件系统所定义的换行符不同,所以从Linux或Android到Windows的文件需要转换一下换行符。 是一个很使用的小工具。 由本人亲自编写,本来在网上下载过别人写的工具,真是很扯淡。一气之下,本人就自己用C++ 写了。-Due to the different the newline defined by the Linux and Windows file system, so to the Windows files from Linux
wjxt
- :为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 -: In order to design a simple LINUX file system 2. Request do the following: 1, can be achie
os-design
- linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
Linux
- 用c语言为Linux系统设计一个简单的二级文件系统(带共享功能)--操作系统课程设计-C language used to design a Linux system, a simple file system 2 (with sharing)- operating systems curriculum design
linuxfile
- 模拟Linux的文件件系统,创建删除文件及目录等等功能,含有详细报告和代码-Pieces of Linux file system simulation, create delete files and directories, etc. functions, contains detailed reports and code
alp-ch07-proc-filesystem
- A briefing on Linux file system
filesystem
- 用c编写的简单的文件系统,仿照Linux的二级文件系统,适合初学者参考-With c written a simple file system, modeled on the two Linux file system, suitable for beginners reference
filesystem
- 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
Linux
- Linux二级文件系统设计的部分功能的实现,还需进一步修改 -Linux File System Design II, the realization of some functions need to be further revised
linux-transplant-procedure-details
- NANDFLASH移植 文件系统架构 文件文件系统移植 驱动移植 串口驱动 显示驱动 网卡驱动 看门狗驱动 -NANDFLASH portable document file system file system architecture drive graft transplantation NIC driver serial port driver display driver watchdog driver
FileSystem
- 模拟linux文件系统写的程序,比较简单。该文件系统物理基础为磁道(40)0~39道。每个磁道划分为8个扇区,每个扇区有512B。该文件系统实现了文件的创建,删除,打开,读写,关闭,查看,目录的创建,删除等。-Analog linux file system write the procedure is relatively simple. The physical basis of the file system to the track (40) from 0 to 39. Each tra
filesystem
- linux文件系统的实现,主要有文件目录的创建 删除 文件的读写 初始化等命令-linux file system implementations, the main initialization file directory create a deleted file read and write commands
FileSystem
- 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
filesystem
- 模拟实现linux下的文件系统,能实现创建,删除,读,写,打开,关闭文件,还能使用mkdir创建目录等-Simulation under linux file system, can achieve to create, delete, read, write, open, close the file, but also to create a directory using the mkdir, etc.
LoadKnFsDm368
- 在window上烧写嵌入式Linux文件系统和内核的串口图形界面程序,相当于一个有特殊功能的window串口终端。-In the window on the programming of embedded Linux file system and kernel serial graphical interface program, equivalent to a serial terminal window special features.
linux
- linux文件管理系统代码,简单实用,适合新手练习!-linux file management system code, simple and practical, suitable for novices to practice!
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK