上一页 1 ··· 338 339 340 341 342 343 344 345 346 ··· 619 下一页

2021年4月1日

摘要: 接口文档 常用文档格式 快速编写ppt viso等的格式文档 提高效率 增强文档设计 编写功能 阅读全文
posted @ 2021-04-01 15:45 lydstory 阅读(33) 评论(0) 推荐(0)
摘要: vnc远程连接 服务端独立主机 阅读全文
posted @ 2021-04-01 14:16 lydstory 阅读(37) 评论(0) 推荐(0)
摘要: ko insmod 虚拟机直接禁用cpu? ko insmod 虚拟机直接禁用cpu? 阅读全文
posted @ 2021-04-01 00:53 lydstory 阅读(58) 评论(0) 推荐(0)
摘要: abort: index 00changelog.i is corrupted! hg hg 阅读全文
posted @ 2021-04-01 00:50 lydstory 阅读(56) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-04-01 00:46 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: struct class *cls; cls = class_create(THIS_MODULE, "sdev"); if(IS_ERR(cls)){ return PTR_ERR(cls); } 解析: 创建设备节点使用了两个函数 class_create()和class_device_crea 阅读全文
posted @ 2021-04-01 00:10 lydstory 阅读(271) 评论(0) 推荐(0)

2021年3月31日

摘要: #include <linux/module.h> // module_init module_exit #include <linux/init.h> // __init __exit #include <linux/cdev.h> #include <linux/fs.h> #define MY 阅读全文
posted @ 2021-03-31 23:50 lydstory 阅读(128) 评论(0) 推荐(0)
摘要: 字符设备驱动 驱动不成功??? https://blog.csdn.net/weixin_42314225/article/details/81112217 阅读全文
posted @ 2021-03-31 23:41 lydstory 阅读(33) 评论(0) 推荐(0)
摘要: printkinfo(DBG_ERROR,"sw_package init failed\n"); dmesg | tail 看到输出信息 阅读全文
posted @ 2021-03-31 21:50 lydstory 阅读(42) 评论(0) 推荐(0)
摘要: insmod: ERROR: could not insert module hello_kernel.ko: Invalid parameters 随时测试 insmod .ko 是否成功 阅读全文
posted @ 2021-03-31 21:09 lydstory 阅读(797) 评论(0) 推荐(0)
上一页 1 ··· 338 339 340 341 342 343 344 345 346 ··· 619 下一页

导航