Skip to content

Commit

Permalink
fix lab6 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilAlfred committed Dec 9, 2024
1 parent 11fd09e commit 7096672
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/lab6.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lab7: VFS & FAT32 文件系统
# Lab6: VFS & FAT32 文件系统

本实验中不涉及 `fork` 的实现和缺页异常,只需要完成 Lab4 即可开始本实验(当然,本实验也兼容 Lab5 )。

Expand Down Expand Up @@ -55,10 +55,10 @@ edit [path] [offset] [string] # 将路径为 path 的文件,
# 偏移量为 offset 的部分开始,写为 string
```

同步 `os23fall-stu` 中的 `user` 文件夹,替换原有的用户态程序为 `nish`。为了能够正确启动 QEMU,需要下载[磁盘镜像](https://drive.google.com/file/d/1CZF8z2v8ZyAYXT1DlYMwzOO1ohAj41-W/view?usp=sharing)并放置在项目目录下。同时,还需要将 `NR_TASKS` 修改为 2,也就是仅初始化 `nish` 这一个用户态进程。
同步 `os24fall-stu` 中的 `user` 文件夹,替换原有的用户态程序为 `nish`。为了能够正确启动 QEMU,需要下载[磁盘镜像](https://drive.google.com/file/d/1CZF8z2v8ZyAYXT1DlYMwzOO1ohAj41-W/view?usp=sharing)并放置在项目目录下。同时,还需要将 `NR_TASKS` 修改为 2,也就是仅初始化 `nish` 这一个用户态进程。

```plaintext
lab7
lab6
├── Makefile
├── disk.img
├── arch
Expand Down

0 comments on commit 7096672

Please sign in to comment.