Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typo fix #69

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
实验在基于 QEMU 的虚拟机中进行。首先在主机上开发和构建内核代码,然后将其部署至虚拟机执行。配置实验环境有两种方法:

1. **使用 Docker(推荐方式)**:请参照 [so2-labs 仓库](https://github.com/linux-kernel-labs-zh/so2-labs)中的指南进行配置。
2. **手动配置**:克隆或下载 [Linux-zh 仓库](https://github.com/linux-kernel-labs-zh/linux-zh) 至你的 Linux 系统(推荐使用 Debian/Ubuntu 发行版,支持物理机、虚拟机或 WSL),并根据[虚拟机配置指南](https://linux-kernel-labs-zh.xyz/info/vm.html#section-2)配置环境。
2. **手动配置**:克隆或下载 [Linux-zh 仓库](https://github.com/linux-kernel-labs-zh/linux-zh)至你的 Linux 系统(推荐使用 Debian/Ubuntu 发行版,支持物理机、虚拟机或 WSL),并根据[虚拟机配置指南](https://linux-kernel-labs-zh.xyz/info/vm.html#section-2)配置环境。

## 项目结构介绍:

Expand Down