搜索资源列表
romfs
- linux平台下的romfs文件系统的源代码-linux platform under the romfs file system source code
romfs
- 适合s3c44b0的根文件系统的镜像文件,适合arm3
genromfs-0.5.1.tar
- romfs是在嵌入式系统中用的很广泛的一个小型的只读文件系统,该代码编译后的工具可以生成romfs的映象文件,romfs是个很简单的文件系统,参考此代码,可以让读者迅速了解到文件系统的相关知识,并可以书写自己的文件系统
picturebrowser
- README for Picturebrowser ========================= The modified files are included as listed in the final report: -alt_ypes.h : header file for io.h -nxview.c: modified this existing, to time the running time of
s3c2410_wpq
- uCLinux默认的根文件系统是romfs,由于romfs是一个只读的文件系统,当你的嵌入式设备动态的修改了一些文件,它无法保存。JFFS而可以动态的把DRAM中的数据烧入Flash中,此文件是实现他的一个MTD文件-uCLinux default root file system is romfs, romfs is a read-only file system, when you embedded devices dynamic
vee romfs bin
- mc1088高清固件
s3c2410_wpq
- uCLinux默认的根文件系统是romfs,由于romfs是一个只读的文件系统,当你的嵌入式设备动态的修改了一些文件,它无法保存。JFFS而可以动态的把DRAM中的数据烧入Flash中,此文件是实现他的一个MTD文件-uCLinux default root file system is romfs, romfs is a read-only file system, when you embedded devices dynamic
romfs
- linux平台下的romfs文件系统的源代码-linux platform under the romfs file system source code
romfs
- 适合s3c44b0的根文件系统的镜像文件,适合arm3-S3C44B0 for the root file system image file, suitable for arm3
genromfs-0.5.1.tar
- romfs是在嵌入式系统中用的很广泛的一个小型的只读文件系统,该代码编译后的工具可以生成romfs的映象文件,romfs是个很简单的文件系统,参考此代码,可以让读者迅速了解到文件系统的相关知识,并可以书写自己的文件系统-romfs in embedded systems with a very wide range of a small read-only file system, the code compiled romfs too
picturebrowser
- README for Picturebrowser ========================= The modified files are included as listed in the final report: -alt_ypes.h : header file for io.h -nxview.c: modified this existing, to time the running time of
romfs
- I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked on an implementation of RomFs. RomFs is a small filesystem originally implemented in Linux, because of its simple disk l
romfs
- 本人编译的根文件系统,已经测试过,可直接使用。-I compiled the root file system has been tested, can be used directly.
genromfs
- Embedded system romfs 檔案格式工具, run on linux 2.4-Embedded system romfs file format instrument, run on linux 2.4
romfs.2.4.x
- this the romfs file syetem for linx-this is the romfs file syetem for linx
romfs
- 此源码为嵌入式Linux系统中用的较多的romfs文件系统,源码经过了整理与提炼更加方面阅读与理解!-The source code for embedded Linux systems using the more romfs file system, source code after finishing with the more refined aspects of reading and understanding!
uclinux
- Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核
filesystem
- 本章目的是分析在Linux系统中如何实现新的文件系统。在介绍文件系统具体实现前先介绍文件系统的概念和作用,抽象出了文件系统概念模型。熟悉文件系统的内涵后,我们再近一步讨论Linux系统中和文件系统的特殊风格和具体文件系统在Linux中组成结构,逐步为读者勾画出Linux中文件系统工作的全景图。最后在事例部分,我们将以romfs文件系统作实例分析实现文件系统的普遍步骤。-The purpose of this chapter is to
PortingCramfsAsRootfsInS3c2410
- 根文件系统是构建一个uCLinux 嵌入式系统的重要组成部分。目前嵌入式系统可以选择的根文件系统有:Romfs、CramFS、Ramfs、Jffs2、Ext2 等等,本系统采用CramFS 作为uCLinux 嵌入式系统的只读根文件系统。本文讨论了CramFS 文件系统的特点,并详细的说明了Nor Flash 上建立一个uClinux 的Cramfs 根文件系统的一般步骤。-Root file system is to build a