Study and Design of File System in Embedded RTOS
暂无分享,去创建一个
File system is the important part of operating system. Because universal file system cann't be used directly in embedded system, so a new file system model is brought forward. This paper mainly introduces the design and implementation of the file system in embedded RTOS, and it describes file structure, directory entry, file directory, inode, storage, and how to use these technologies to implement a file system.