readme: verify all non-README links with asciidoctor/extract-header-ids and git grep

Fix all the ~30 failures it found!
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-09 00:00:00 +00:00
parent 1a739e7866
commit 5f935ee53d
43 changed files with 265 additions and 164 deletions

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#load-and-store-instructions */
/* https://github.com/cirosantilli/linux-kernel-module-cheat#arm-str-instruction */
#include <lkmc.h>
@@ -44,7 +44,7 @@ LKMC_PROLOGUE
* but it will always segfault under Linux because the text segment is read-only.
* This is however useful in baremetal programming.
* This construct is not possible in ARMv8 for str:
* https://github.com/cirosantilli/linux-kernel-module-cheat#armv8-str
* https://github.com/cirosantilli/linux-kernel-module-cheat#armv8-aarch64-str-instruction
*/
str r1, var_in_same_section
var_in_same_section: