Skip to content

TYPO README #79

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

Merged
merged 1 commit into from
Jun 6, 2025
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,9 +652,9 @@ Enter the top directory of the Linux kernel source and use the following command
```shell
$ make menuconfig
```
The default kernel cofiguration will work for our testing environment, so just click `save` and we get `.config` on the top directory.
The default kernel configuration will work for our testing environment, so just click `save` and we get `.config` on the top directory.

Before building the kernel, please ensure that all the needed packges or libraries have been installed in your machine.
Before building the kernel, please ensure that all the needed packages or libraries have been installed in your machine.

Then Build the kernel:
```shell
Expand Down Expand Up @@ -694,7 +694,7 @@ The `qemu_x86_64_defconfig` configuration will not fit the testing environment,
$ make menuconfig
```

We need a filesystem overlay for putting our `vwifi` kernel module and some user program's configuration file into the VM, so choose a place for the filesystem overlay (we recommand creating an empty directory for it).
We need a filesystem overlay for putting our `vwifi` kernel module and some user program's configuration file into the VM, so choose a place for the filesystem overlay (we recommend creating an empty directory for it).

Also, we need network applications like `iw`, `hostapd` and `wpa_supplicant`.
```
Expand Down