# filesys **Repository Path**: navihx/filesys ## Basic Information - **Project Name**: filesys - **Description**: File System module for fake-os - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-05-11 - **Last Updated**: 2022-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # filesys module ---- This module is part of [fake-os](https://gitee.com/navihx/fake-os) porject - Take an image file as physical disk to perform I/O - dentry, inode table and opened-file table implementation - Unix-Like VFS Interfaces - Multiple threads synchronization supported - ... may be more Compiling Standard: C++14 Maintained by Xspect and Charles Wang