会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
339
340
341
342
343
344
345
346
347
···
618
下一页
2021年3月31日
内核符号表
摘要: 内核符号表
阅读全文
posted @ 2021-03-31 19:54 lydstory
阅读(40)
评论(0)
推荐(0)
insmod: ERROR: could not insert module hello_kernel.ko: Unknown symbol in module
摘要: insmod: ERROR: could not insert module hello_kernel.ko: Unknown symbol in module 用命令查看内核中是否已有这个内核符号,例如要查看是否有var_set_integer这个内核符号,输入命令:#cat /proc/kall
阅读全文
posted @ 2021-03-31 19:30 lydstory
阅读(1052)
评论(0)
推荐(0)
2021年3月29日
implicit declaration of function 警告解决方法
摘要: 这个问题其实是很低级的问题,但是经常还是容易发生,翻译下就是函数的隐式说明 原因: 是因为函数没有在头文件(.h)定义,这就导致编译的时候没法正确生成.o文件
阅读全文
posted @ 2021-03-29 16:47 lydstory
阅读(2535)
评论(0)
推荐(0)
EXTRA_CFLAGS = -Wall -g -DTEST_KERNEL $(INCLUDE)
摘要: EXTRA_CFLAGS = -Wall -g -DTEST_KERNEL $(INCLUDE) 假如定义一个宏CONFIG_DEBUG在.c里面定义为:#define CONFIG_DEBUG在makefile里定义为: CONFIG_DEBUG=y假如说我们想在makefile里为.c文件进入一
阅读全文
posted @ 2021-03-29 15:14 lydstory
阅读(507)
评论(0)
推荐(0)
error: dereferencing pointer to incomplete type ‘struct task_struct’
摘要: /usr/src/linux-headers-4.9.0-3-common/arch/x86/include/asm/uaccess.h:33:26: error: dereferencing pointer to incomplete type ‘struct task_struct’ #defi
阅读全文
posted @ 2021-03-29 10:30 lydstory
阅读(792)
评论(0)
推荐(0)
__kernel_loff_
摘要: typedef __kernel_loff_t loff_t;那么这个__kernel_loff_t 又是在哪儿定义的呢? __kernel_loff_t
阅读全文
posted @ 2021-03-29 09:56 lydstory
阅读(108)
评论(0)
推荐(0)
linux insmod lsmod rmmod modinfo
摘要: 驱动操作命令: insmod / modprobe 加载驱动 rmmod 卸载驱动 lsmod 查看系统中所有已经被加载了的所有的模块以及模块间的依赖关系 modinfo 获得模块的信息 查看已经加载的驱动模块的信息: lsmod 能够显示驱动的大小以及被谁使用 cat /proc/modules
阅读全文
posted @ 2021-03-29 08:47 lydstory
阅读(190)
评论(0)
推荐(0)
2021年3月26日
linux 内核makefile
摘要: CURRENT = $(shell uname -r ) KERNEL_TARGET=hello_kernel MODULE_NAME :=$(KERNEL_TARGET) MODULE_SUF=.ko PWD:=$(shell pwd) OUTPUT=$(PWD)/ KDIR=/lib/modul
阅读全文
posted @ 2021-03-26 00:14 lydstory
阅读(48)
评论(0)
推荐(0)
#include <linux/list.h>
摘要: #include <linux/list.h> list_head 内核链表
阅读全文
posted @ 2021-03-26 00:00 lydstory
阅读(131)
评论(0)
推荐(0)
2021年3月25日
汤泰鼎
摘要: 天融信 股东 vc编程 从代码中看人物
阅读全文
posted @ 2021-03-25 17:52 lydstory
阅读(45)
评论(0)
推荐(0)
上一页
1
···
339
340
341
342
343
344
345
346
347
···
618
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告