- Virtual File System (VFS) supporting xv6fs, ext2, fat32
- Hardware Abstraction Layer (HAL) for RISC-V and LoongArch
- VFS test cases: test1 (file copy), test2 (cross-fs copy)
- LoongArch platform: all tests passed
- RISC-V platform: compiled successfully, scheduler debug in progress
- Design docs and test reports included
Reference: Inspired by 2025 National Contest 'RuOK' team project, but core VFS/HAL implementation is independent work by niceee team.