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.

C6748中的BIOS_module在哪里定义



各位开发者:

    大家好。我最近在C6748下开发BIOS函数,其中用到了BIOS_start()函数,查看这个函数的实现,发现其调用了BIOS_module->startFunc();,我想知道这个BIOS_module在哪里定义的?谢谢。