8000 GitHub - shizhilvren/os_fat32: 操作系统实验
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shizhilvren/os_fat32

Repository files navigation

os_fat32

操作系统实验
按照FAT32格式简单实现一个文件系统
特点:可以挂载到本地
运行 make.bat 编译。

注意

由于windows 使用GBK2312编码,而linux使用UTF-8编码。这会导致中文乱码。
对win系统,请修改编译命令 -fexec-charset=GB2312。 或使用 -fexec-charset=UTF-8 编译,但在运行前设置powershell 代码页为UTF8。 如命令

chcp 936    # 设置 GBK2312
chcp 65001  # 设置 UTF8

About

操作系统实验

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0