wfe example, and more nostartfiles stuff

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-12-12 00:00:02 +00:00
parent d5e453840b
commit a8ea7c81f1
11 changed files with 110 additions and 15 deletions

View File

@@ -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

View File

@@ -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
*/