Skip to content

Commit 793dd61

Browse files
dizaumunadizaumuna
andauthored
Fix Typos (#17)
Co-authored-by: dizaumuna <cgorkm703@outlook.com>
1 parent 9668855 commit 793dd61

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

DualBoot/Config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you do not need it, set the two values to 0.
2121
+ StackSize the right after the base address of `UEFI FD`.
2222

2323
- `RestartReasonAddress`
24-
+ Comming Soon.
24+
+ Coming Soon.
2525
+ RestartReasonAddress can be found in a Qualcomm device's device tree.
2626
+ Enter android or recovery, run the following shell cmd with root permission.
2727
+ Output should like this:

DualBoot/PatchKernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Please do not patch a patched kernel.
112112
```
113113

114114
## Remove dualboot
115-
Run `DualBootPatchRemover` on the patched kernel and rebuild the boot image. After flashing to boot parition the dualboot feature will disappear.
115+
Run `DualBootPatchRemover` on the patched kernel and rebuild the boot image. After flashing to boot partition the dualboot feature will disappear.

DualBoot/ShellCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Shell Code is the key place why we patch kernel or what do we patch kernel for.
2020
- Handles unexceptional behavior in the end.
2121

2222
## DTB Wrapper
23-
- Comming soon.
23+
- Coming soon.

PortingGuides/SimpleGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ ___
143143
## **Part 3.** Patch binaries.
144144
- Which binary needs Patch ?
145145
* If your phone stack while loading PILDxe, patch UFSDxe.
146-
* If your phone can not connect with PC via KDNET, or USB not working in windows(with externel power), patch UsbConfigDxe.
146+
* If your phone can not connect with PC via KDNET, or USB not working in windows(with external power), patch UsbConfigDxe.
147147
* If your phone can not use button at uefi stage, please patch ButtonsDxe.
148148
- Where to patch ?
149149
* The most simple way to know where to patch:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Alternatively if you do not want to use vscode:
2929
- Run `npm run docs:dev` at the root of this repo.
3030

3131
### For More
32-
You can read [VitePress's Guides](https://vitepress.dev/guide/getting-started) if you want edit configurations here or want to use some speacial markdown feature provided by vitepress.
32+
You can read [VitePress's Guides](https://vitepress.dev/guide/getting-started) if you want edit configurations here or want to use some special markdown feature provided by vitepress.

WindowsDebug/SetupKDCOM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup Windbg KdCom
22
::: tip Tips
3-
Sugguest using KdNet for better experience if you can not access your device's uart pins easily.
3+
Suggest using KdNet for better experience if you can not access your device's uart pins easily.
44
KdCom does not support rdp over it.
55
:::
66

@@ -49,7 +49,7 @@ KdCom does not support rdp over it.
4949
```
5050
```bash
5151
# Execute on phone
52-
# Backup nomal BCD
52+
# Backup normal BCD
5353
cp /dev/esp_mnt/EFI/Microsoft/Boot/BCD /dev/esp_mnt/EFI/Microsoft/Boot/NMBCD
5454
# Backup kdnet enabled BCD
5555
cp /sdcard/BCD /dev/esp_mnt/EFI/Microsoft/Boot/DBGBCD
@@ -80,4 +80,4 @@ KdCom does not support rdp over it.
8080

8181
::: tip Notice
8282
- You can close Windbg and open a serial tool like PuTTY or SecureCRT to check if the phone printed some unrecognized messages while windows booting. If it isn't that means BCD configurations were wrong
83-
:::
83+
:::

WindowsDebug/SetupKDNET.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
```
4646
```bash
4747
# Execute on phone
48-
# Backup nomal BCD
48+
# Backup normal BCD
4949
cp /dev/esp_mnt/EFI/Microsoft/Boot/BCD /dev/esp_mnt/EFI/Microsoft/Boot/NMBCD
5050
# Backup kdnet enabled BCD
5151
cp /sdcard/BCD /dev/esp_mnt/EFI/Microsoft/Boot/DBGBCD
@@ -54,7 +54,7 @@
5454
```
5555

5656
### Setup KDNET in Windbg
57-
- Opne Windbg(Preview),Click the **File** button on the top left corner
57+
- Open Windbg(Preview),Click the **File** button on the top left corner
5858
- Click `Attach to kernel` under `Start debugging`(default section).
5959
- Click `Net`(default section)
6060
+ Type `50000` in `Port Number`
@@ -76,4 +76,4 @@
7676
- Windows on phone will load once windbg connected.
7777
- You can press `Ctrl+Alt+V` to enable verbose mode for checking driver loading status.
7878
- End
79-
79+

0 commit comments

Comments
 (0)