mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: underscore to - on all title ids
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user