摘要: 转载:https://www.cnblogs.com/ljf181275034/articles/2991911.html 一.设置LINUX内核启动LOGO 1、让内核支持启动LOGO 在内核目录中 make menuconfig Device Drivers > Graphics support 阅读全文
posted @ 2020-09-21 23:29 蒲城小农 阅读(485) 评论(0) 推荐(0)
摘要: container_of宏,定义kernel.h中: 1 /** 2 * container_of - cast a member of a structure out to the containing structure 3 * @ptr: the pointer to the member. 阅读全文
posted @ 2020-09-21 20:11 蒲城小农 阅读(393) 评论(0) 推荐(0)