readme: underscore to - on all title ids

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-08-13 02:00:01 +00:00
parent 2e47f4f894
commit 4f82f79be7
6 changed files with 16 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ LKMC_PROLOGUE
rcl $1, %r12b
/* We'll have to save and restore flags across our asserts!
* 2x PUSHF to maintain 16-bit stack alignment.
* https://cirosantilli.com/linux-kernel-module-cheat#x86_64-calling-convention
* https://cirosantilli.com/linux-kernel-module-cheat#x86-64-calling-convention
*/
pushf
pushf

View File

@@ -1,4 +1,4 @@
/* https://cirosantilli.com/linux-kernel-module-cheat#rand_check-out */
/* https://cirosantilli.com/linux-kernel-module-cheat#rand-check-out */
#include <inttypes.h>
#include <signal.h>