Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P proj5-FAT32onMaQueOS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CrewUnionProblemKill
  • proj5-FAT32onMaQueOS
  • Wiki
  • 系统测试

系统测试 · Changes

Page history
Update 系统测试,添加格式化后的硬盘镜像内部结构图 authored Jun 14, 2024 by Little Leaf's avatar Little Leaf
Hide whitespace changes
Inline Side-by-side
系统测试.md
View page @ 25c8527d
......@@ -11,6 +11,21 @@
1. dd出一个不小于512MB的硬盘镜像文件`fat32.img`
2. 使用 GNU/Linux 的用户态 FAT32 文件系统格式化工具`mkfs.vfat`格式化`fat32.img`
硬盘镜像内部结构如下:
```
+-----------------------------+
| 引导扇区 (Boot Sector) |
+-----------------------------+
| 保留区域 (Reserved Region) |
+-----------------------------+
| 文件分配表 (FAT) |
+-----------------------------+
| 根目录区域 (Root Directory) |
+-----------------------------+
| 数据区域 (Data Region) |
+-----------------------------+
```
## 1.2 测试用例及预期结果
~~1. 块设备能够被Windows正确识别为FAT32文件系统~~
......
Clone repository
  • Home
  • uploads
    • 0bc768dbb7fc0582616552f906240a99
      • Readme
  • 云端开发环境
  • 文档规范
  • 比赛题目分析和相关资料调研
  • 系统测试
  • 系统调用文档
    • sys_create函数
    • sys_destroy 函数介绍
      • find_directory_entry 函数介绍
        • read_custor 函数介绍
    • sys_mount 函数介绍