You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -652,9 +652,9 @@ Enter the top directory of the Linux kernel source and use the following command
652
652
```shell
653
653
$ make menuconfig
654
654
```
655
-
The default kernel cofiguration will work for our testing environment, so just click `save` and we get `.config` on the top directory.
655
+
The default kernel configuration will work for our testing environment, so just click `save` and we get `.config` on the top directory.
656
656
657
-
Before building the kernel, please ensure that all the needed packges or libraries have been installed in your machine.
657
+
Before building the kernel, please ensure that all the needed packages or libraries have been installed in your machine.
658
658
659
659
Then Build the kernel:
660
660
```shell
@@ -694,7 +694,7 @@ The `qemu_x86_64_defconfig` configuration will not fit the testing environment,
694
694
$ make menuconfig
695
695
```
696
696
697
-
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).
697
+
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).
698
698
699
699
Also, we need network applications like `iw`, `hostapd` and `wpa_supplicant`.
0 commit comments