搜索资源列表
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 analyze how the Linux system,
mmap-nommu
- NOMMU mmap support for RomFS on MTD devices
storage
- RomFS storage access routines
storage
- RomFS storage access routines.
mmap-nommu
- NOMMU mmap support for RomFS on MTD devices.
mmap-nommu
- NOMMU mmap support for RomFS on MTD devices.
romfs
- Clkout driver for Rockchip RK808.
romfs_fs
- The basic structures of the romfs filesystem.
pgalloc
- The basic structures of the romfs filesystem.
RomfsMaker
- 将Linux上的ROMFS文件系统源码在VC6.0编译运行,含有生成ROMFS文件系统和分解ROMFS文件系统两个功能。WIN32+VC6.0平台编译运行成功。-build up the Linux ROMFS on VC6.0. two functions: generate the ROMFS and analyse the ROMFS.