Hi all!
I'd like to know a simple question about the MQX RTOS Initialization.
At the end of "boot" function , the code is as follow:
/* Jump to the main process */
jmp _start
where can I find the definition of "_start' ? I have search all the file in the project, but failed.