搜索资源列表
操作系统linux报告网页版(web)
- 操作系统课程设计,在linux下实现操作系统的基本功能,包括设备驱动、系统功能调用、文件系统-courses on operating system design, the Linux operating system under the basic functions, including device drivers, the system function calls, file systems, etc.
MINITOSv0160_for_skyeye20050627
- minitos是一个实时的嵌入式操作系统,源码提供,目前支持TCP/IP,文件系统-minitos is a real-time embedded operating system, source code provided, currently supports TCP / IP, File System
Dskprobe
- 开发文件系统或者操作系统必备的小工具。可以直接读到物理磁盘上的数据。包括引导区。
操作系统作业(原版)
- 用C语言编制一个简单的UNIX模拟文件子系统,该系统主要实现用户的注册,注销,文件的创建,删除,修改,文件的写入,读出等功能.-C language a simple UNIX emulation subsystem, the system main users of registration, cancellation, document creation, deletion, modification, the paper write, read out capabilities.
操作系统作业
- 编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
2410-my_rootfs
- Linux根文件系统,用mkcramfs编译,已在ARM9 Linux操作系统上调试通过
unix
- 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
Linuxtoolst
- 介绍了linux操作系统原理及文件系统的概念
第八章:文件系统实验
- Linux 的最重要的特徵之一是它的为许多不同的文件系统的支持。这使其非常灵活从而与许多另外的操作系统可以很好的共存。linux采用的是树型结构。最上层是根目录,其他的所有目录都是从根目录出发而生成的。微软的DOS和windows也是采用树型结构,但是在DOS和windows中这样的树型结构的根是磁盘分区的盘符,有几个分区就有几个树型结构,他们之间的关系是并列的。但是在linux中,无论操作系统管理几个磁盘分区,这样的目录树只有一个。-Linux the most important featu
ufs.rar
- 使用FUSE提供的API,在linux下实现的简单的文件系统。此为操作系统课程设计。,Using the FUSE API , implement an simple filesystem in linux. It is the operation system homework.
moto_e2_48P_2nd_SRC.tar
- moto e2 操作系统为源文件(只能在LINUX环境中,解压至LINUX文件系统,方可保证完全正常)-moto e2 source operating system files (only in LINUX environment, decompression to LINUX file system, only to ensure a completely normal)
czxtshiyan
- 操作系统课程设计 linux文件系统模拟,-Curriculum design linux operating system file system simulation,
lpc2468_yaffs2
- 讲述LPC2468在无操作系统条件下使用YAFFS文件系统是如何实现的以及完整的测试代码,代码部分详见lpc2468_yaffs2.rar-LPC2468 about conditions in the absence of operating system file system using YAFFS are and how to achieve the complete test code, the code part lpc2468_yaffs2.rar see
Linux_4_36060302_36060304_36060307_36060323
- 大学操作系统实验:模拟LINUX操作系统的文件系统机制,实现了对FAT16格式的U盘中,文件、目录的增删改查功能,以此来达到文件管理的作用。-University of the operating system experiment: Analog LINUX operating system, file system mechanism of the U after FAT16 format, file, directory search function to the additions a
ARMLinuxS3C2410
- 针对日益复杂的嵌入式系统的应用需求,提出了在S3C2410嵌入式平台上移植ARMLinux操作系统的方案。介绍了 ARM Linux的概念以及移植硬件平台的结构和运行过程,详细讲解了ARM Linux在嵌入式平台上裁减、交叉编译以及建立根 文件系统的过程,并对移植结果进行了测试。测试结果表明,移植后的ARM Linux运行稳定。 -For the increasingly complex needs of embedded system applications, the S3C24
unix-filesystem
- unix 操作系统的 文件系统 和相关的系统调用-unix filesystem
fs
- 操作系统上机实验的内容。一个模拟LINUX中EXT2文件系统的小系统。完全是自己写的,大约有900行源码。-a simulation system of linux ext2 file system
Linux
- 计算机操作系统LINUX课程设计。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。-Computer operating system LINUX curriculum design. In any OS, the establishment of a large file and put it into a false plate, in which the realization of a simple simulation of Linux fi
Linux操作系统基础
- linux操作系统基础,包含: 文件系统, 进程管理, 内存管理, 用户管理(Linux operating system basis, including: file system, process management, memory management, user management)
Linux下的文件系统
- 实现一个在Linux下的模拟文件系统,完成目录的增删改、文件的增删改(Implementation of a simulated file system under Linux)