I have been in Linux world for a long time and start to study BIOS in DSP from now on.
Q1) I am confused whether task concept of BIOS is same with thread concept of Linux, or not. I am thinking this is same. Is it right?
Q2) What is the same concept with a process of Linux? It seems that BIOS is single process itself, so BIOS which is single process can make multiple task such as HWi, SWi,Task, Idle .... Is it right? It means that we cannot make multiple process (NOT task) on single BIOS. Is it right as well?
Thx in advance.