Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 295 Bytes

file_system_py

OS大作业 模拟一个文件系统

模块

  • config.py 相关用户常量
  • main.py 程序入口点
  • file_sys.py 文件系统
  • command.py 指令指令模块,实现了指令解析器
  • user.py 实现了用户管理相关内容