mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
wfe example, and more nostartfiles stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-multicore
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-baremetal-multicore
|
||||
*
|
||||
* Beware: things will blow up if the stack for CPU0 grow too much and
|
||||
* reaches that of CPU1. This is why it is so hard to do multithreading
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-multicore
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-baremetal-multicore
|
||||
*
|
||||
* This has to be in no_bootloader
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-multicore */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-baremetal-multicore */
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-multicore */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#arm-baremetal-multicore */
|
||||
|
||||
#include <lkmc.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user