Description: 本文档介绍了如何在LINUX下用NAND FLASH实现YAFFS文件系统的流程.-This document describes how to use Linux to achieve YAFFS NAND Flash File System process. Platform: |
Size: 158720 |
Author:凡龙 |
Hits:
Description: 讲解linux内核 文件系统 部分经典讲义,通俗易懂,不得多得 优秀 的内核学习资料-Linux kernel file system on some of the classic lecture, easy to understand, may not be more excellent core learning materials Platform: |
Size: 38912 |
Author:小鸟 |
Hits:
Description: 模拟Linux文件系统
在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。
1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。
2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求:
(1) 盘块大小1k
(2) 空闲盘块的管理:Linux位图法
(3) 结构:超级块, i结点区, 根目录区
-Simulation of Linux file system at any one OS, the set up of a large file, it put the illusion into a disk, in which a simple implementation of the simulation Linux file system. 1. In the existing machine' s hard drive to open up 100M of hard disk space, as a set of hard disk space. 2. Simdisk prepared by one management procedures to manage this space to simulate the Linux file system, the requirements: [1] the disk block size 1k [2] free disk block management: Linux bitmap Law [3] Structure: The super block, i node area, the root directory of the district Platform: |
Size: 16384 |
Author:lilianjie |
Hits:
Description: 介绍任何制作嵌入式linux根文件系统的过程包括busybox,-Introduction of any production of embedded linux root file system process includes busybox, Platform: |
Size: 6144 |
Author:zwx |
Hits:
Description: 介绍嵌入式linux文件系统的框架和制作步骤-Introduction of embedded linux file system framework and the production steps Platform: |
Size: 4096 |
Author:zwx |
Hits:
Description: linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run Platform: |
Size: 62464 |
Author:孟令钊 |
Hits:
Description: 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user document by the two systems, the realization of the general creation of files, directories, delete files, directory, switch directories, open, close the file, read and write files to operate. Platform: |
Size: 249856 |
Author:恺 |
Hits:
Description: 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user document by the two systems, the realization of the general the creation of files, directories, delete files, directory, switch directory, open, close the file, read and write files to operate. Platform: |
Size: 48128 |
Author:段晓娟 |
Hits:
Description: MEIZU M8 Linux kernel s3c6410
1,if you want to boot from onenand flash,just "make zImage" is OK.
2,if you want to boot from nfs,remove select: "make menuconfig"--->General setup --->[] Initial RAM filesystem and RAM disk (initramfs/initrd) support,
then "make zImage" is OK.
finished drivers:
LCD
touch screen
key button
sound card
camera Platform: |
Size: 57676800 |
Author:hui |
Hits:
Description: linux文件系统的详尽介绍,非常有用,网上搜集的资料!-detailed descriptions of linux file system, very useful information collected online! Platform: |
Size: 166912 |
Author:丁昌圣 |
Hits:
Description: 使用ftw函数对目录进行遍历,函数原型是:
int ftw(const char*dirpath, int(*fn)(const char*fpath, const struct stat *sb, int typeflag), int nopenfd)
ftw函数遍历位于dirpath目录下的目录树,往下一层层地递归式遍历子目录
-Deepen the understanding of linux file system Platform: |
Size: 80896 |
Author:yu |
Hits: