搜索资源列表
模拟Linux文件系统
- 模拟Linux文件系统。在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟Linux文件系统 。
Linux文件系统
- 本章介绍L i n u x内核是如何维护它支持的文件系统中的文件的.-chapter describes L i n u x-core is how to maintain its support for the file system in the papers.
ramdisk
- 是一个基于AT91RM9200的Linux文件系统二进制代码,与刚才的内核代码一起使用!-is one based on the AT91RM9200 Linux file system binary code, and just the kernel code used together!
mytable425demo
- linux下,自编的一个基于linux文件系统的数据库,实现简单的数据库操作,适于初学者。编译后运行主程序demo。-linux under a self-linux-based file system database, the realization of a simple database operation, suitable for beginners. After compiling the main program run
第八章:文件系统实验
- Linux 的最重要的特徵之一是它的为许多不同的文件系统的支持。这使其非常灵活从而与许多另外的操作系统可以很好的共存。linux采用的是树型结构。最上层是根目录,其他的所有目录都是从根目录出发而生成的。微软的DOS和windows也是采用树型结构,但是在DOS和windows中这样的树型结构的根是磁盘分区的盘符,有几个分区就有几个树型结构,他们之间的关系是并列的。但是在linux中,无论操作系统管理几个磁盘分区,这样的目录树只有一个。-
502026-Linux Kernel Procfs Guide
- 嵌入式方面的PROCFS文件系统资料,,有兴趣的朋友可以下载看看。-PROCFS the embedded file s
一个多用户多级目录结构文件系统设计与实现
- 课程设计的环境是Linux 操作系统。 设计时可利用Linux 提供的文件管理的功能调用,建立一个模拟的文件系统。基本思想是,在Linux 系统中创建一个较大容量的文件,作为所设计的文件系统的“文件卷”,并利用Linux 系统的功能调用,编写各程序模块。-curriculum design environment is the Linux operating system. The design can use Linux for th
Linux-Kernel-Internals
- linux内核编程的重要参考手册。编写驱动或文件系统的入门-an important reference manual. Drivers prepare or file system entry
rootfs
- 嵌入式linux文件系统的制作说明文档,简单明了-Embedded Linux file system produced documentation, clear and simple
OSProject4
- linux 文件系统模仿 OS project -linux file system imitate OS project
los
- 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件
armutils_2[1].5.119.0.tar
- 本软件件包是EM8624高清解码软件的LINUX文件系统以及驱动程序和根文件系统。软件包里包含原码,并带有交叉编译工具。-Pieces of this software package is a high-definition EM8624 decoder software LINUX file system, as well as drivers and root file system. Software package conta
Linux-Filesystem-Hierarchy
- 介绍Linux文件系统的书,不错哦. 有兴趣的可以-Linux File System Introduction book, oh well. Are interested in can
linuxtrycode
- linux文件系统试验 一、实验目的 学习有关linux文件管理程序如何组织的知识,为简化的文件系统设计并实现一组目录操作。实验中使用软盘的fat12格式,设计一个程序可以对这种格式的磁盘进行一组目录操作。 实验使用了部分linux的系统调用,比如说open() sleek() read() write()几个调用。通过此实验来对linux的文件系统的管理有进一步的理解。 二、实验要求 主要实现
linux-kenel-filesystem-guide
- 讲解linux内核 文件系统 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel file system on some of the classic lecture, easy to understand, may not be more excellent core learning materials
linux-rootfs.pdf.tar
- S3C2410芯片 嵌入式linux文件系统的移植。包括: u-boot,file system,thttp。-S3C2410 chip embedded linux file system of the transplant. Including: u-boot, file system, thttp.
embed-linux-fs-make
- 介绍制作嵌入式LINUX文件系统方法和步骤 embed linux file system make-Introduce the production of embedded LINUX file system methods and steps to embed linux file system make
linux-embed-filesystem
- 介绍嵌入式linux文件系统的框架和制作步骤-Introduction of embedded linux file system fr a mework and the production steps
Linux-file_system
- linux文件系统的学习教程,很不错的一本书,对linux刚开始学习的同学很有帮助。-linux file system, learning tutorials, very good book for students just beginning to learn linux helpful.
Linux文件系统
- linux文件系统的简单实现,文件的增删改查(linux fileSystem,rm,mkdir,ls)