jserv / mini-arm-os

Build a minimal multi-tasking OS kernel for ARM from scratch
Other
1.04k stars 242 forks source link

Functions declared with the naked attribute also require basic asm #23

Closed ryanpatiency closed 5 years ago

ryanpatiency commented 6 years ago

https://github.com/jserv/mini-arm-os/blob/4437a6596e694aa6db83680923323a3bc53d8a37/07-Threads/threads.c#L29

According to gcc onlinedocs:https://gcc.gnu.org/onlinedocs/gcc/ARM-Function-Attributes.html

jserv commented 6 years ago

Can you send pull request to fix naked attribute usage?