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.

关于6474多核与操作系统管理的问题



我现在三个核上的程序,都用了操作系统。感觉系统存在很大的冗余。两个核都用到网络程序的话,两个核都要用NDK的库,这样程序非常大。有没有办法只用一次DSPBIOS,让操作系统来接管三个核的调度呢?这样岂不是可以简化代码了。请高手指点。