This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
1、运行LINUX操作系统时,系统是运行在某一个核上,还是像WINDOWS一样自动统一管理多个核?如果是BIOS系统呢?
2、如果操作系统可以管理多个核,用户的应用程序可以被编译器自动分配到多个核上吗?
现在支持的是单核的linux,不支持SMP。所以也不支持自动分配任务到多核。