|
|
1:
error: implicit declaration of function ‘remap_page_range’
2:
程序:MODULE_PARM(multicast_filter_limit, "i");
错误:error: expected ‘)’ before string constant
是说MODULE_PARM应该是一个参数吧??MODULE_PARM是在哪定义的呢?
//大家看看这句话
//NVIDIA's audio driver is an OSS driver, and requires OSS sound support in the kernel. NVIDIA's audio control panel is a Qt-based application, and requires Qt run-time libraries in order to run.
//也就是说有两个:
//1、内核支持OSS声音
//2、Qt运行时库
//但是这两个都是什么呢?如果是包,那么包的名字是什么,还望各位不吝赐教!!!!!
//搞定了这俩问题,nforce驱动应该就能安上了^_^
//(实在是对不起大家,我已经把标题改了) |
|