摘要: 1、为什么驱动程序中有很多函数前要加上static ? 因为内核中很多函数都是可能重名的,而函数默认为extern形式,所以尽量需要将本文件内使用的函数加上static,防止引用函数时出错。 2、用户空间User space is system memory allocated to running 阅读全文
posted @ 2020-07-06 05:31 阿拉灯神丁0 阅读(147) 评论(0) 推荐(0)