Procházet zdrojové kódy

Merge pull request #636 from dragonly/linux-initialization-1-fix

Linux initialization 1 fix
0xAX před 6 roky
rodič
revize
29f893bc6b
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 1
      Initialization/linux-initialization-1.md
  2. 1 0
      contributors.md

+ 1 - 1
Initialization/linux-initialization-1.md

@@ -125,7 +125,7 @@ where `PMD_PAGE_SIZE` macro is defined as:
 
 As we can easily calculate, `PMD_PAGE_SIZE` is `2` megabytes.
 
-If [SME](https://en.wikipedia.org/wiki/Zen_(microarchitecture)#Enhanced_security_and_virtualization_support) is supported and enabled, we activate it and include the SME encryption mask in `load_delta`:
+If [SME](https://en.wikipedia.org/wiki/Zen_%28microarchitecture%29#Enhanced_security_and_virtualization_support) is supported and enabled, we activate it and include the SME encryption mask in `load_delta`:
 
 ```C
 	sme_enable(bp);

+ 1 - 0
contributors.md

@@ -121,3 +121,4 @@ Thank you to all contributors:
 * [Miha Zidar](https://github.com/zidarsk8)
 * [Ivan Kovnatsky](https://github.com/sevenfourk)
 * [Takuya Yamamoto](https://github.com/tkyymmt)
+* [Dragonly](https://github.com/dragonly)