随笔分类 -  Linux内核学习、开发

OpenHarmony入门
摘要:https://gitee.com/openharmony https://device.harmonyos.com/cn/documentation/ 阅读全文

posted @ 2024-08-22 09:10 lh03061238 阅读(56) 评论(0) 推荐(0) 编辑

linux内核休眠唤醒
摘要:Linux Power休眠唤醒流程-框架图: https://blog.csdn.net/yuzhongqingsi/article/details/102874659 linux休眠唤醒流程,及示例分析: https://blog.csdn.net/weixin_44586903/article/ 阅读全文

posted @ 2024-05-29 15:36 lh03061238 阅读(69) 评论(0) 推荐(0) 编辑

Linux内核的 EXPORT_SYMBOL 和 EXPORT_SYMBOL_GPL
摘要:参考: https://www.jianshu.com/p/fd89d4d69772 https://blog.csdn.net/m0_37383484/article/details/128862933 阅读全文

posted @ 2024-04-23 16:15 lh03061238 阅读(88) 评论(0) 推荐(0) 编辑

内核变量jiffies
摘要:参考: https://www.cnblogs.com/lvzh/p/13502391.htmlhttps://zhuanlan.zhihu.com/p/629349072 阅读全文

posted @ 2024-04-23 16:06 lh03061238 阅读(10) 评论(0) 推荐(0) 编辑

内核 KUnit test
摘要:参考: https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html https://kunit.dev/ https://zhuanlan.zhihu.com/p/661288357 阅读全文

posted @ 2024-04-23 09:51 lh03061238 阅读(69) 评论(0) 推荐(0) 编辑

龙蜥社区
摘要:社区项目管理仓库: https://gitee.com/anolis/community 软件包源码仓库:https://gitee.com/src-anolis-os/ltrace 软件包发布:https://mirrors.openanolis.cn/anolis/8/ 软件包构建环境:http 阅读全文

posted @ 2023-08-02 08:05 lh03061238 阅读(78) 评论(0) 推荐(0) 编辑

linux的hw_breakpoint
摘要:利用 ptrace 设置硬件断点 https://coderatwork.cn/posts/2017-08-15-setting-hardware-breakpoint-using-ptrace/ https://blog.csdn.net/Rong_Toa/article/details/1121 阅读全文

posted @ 2023-07-31 14:55 lh03061238 阅读(40) 评论(0) 推荐(0) 编辑

Linux perf相关
摘要:https://rtoax.blog.csdn.net/?type=blog&year=2021&month=05 https://www.brendangregg.com/perf.html https://zhuanlan.zhihu.com/p/573703139 https://zhuanl 阅读全文

posted @ 2023-07-31 08:31 lh03061238 阅读(41) 评论(0) 推荐(0) 编辑

linux内核的Per-CPU变量
摘要:Linux 内核 | Per CPU 变量 https://zhuanlan.zhihu.com/p/566347483 https://www.cnblogs.com/linhaostudy/p/10342667.html https://www.cnblogs.com/hellokitty2/p 阅读全文

posted @ 2023-07-28 11:10 lh03061238 阅读(205) 评论(0) 推荐(0) 编辑

software breakpoint、hardware breakpoint、watchpoint
摘要:参考: 08 调试利器GDB(下)https://www.cnblogs.com/lh03061238/p/13177510.html breakpoint和watchpoint的区别 https://www.jianshu.com/p/9462a5280004 GDB再学习(7):断点调试之硬件断 阅读全文

posted @ 2023-07-26 14:36 lh03061238 阅读(70) 评论(0) 推荐(0) 编辑

Linux内核notifier机制
摘要:参考: https://www.cnblogs.com/pengdonglin137/p/4075148.html https://www.cnblogs.com/schips/p/linux_notifier.html https://www.cnblogs.com/3me-linux/p/612 阅读全文

posted @ 2023-07-26 14:11 lh03061238 阅读(16) 评论(0) 推荐(0) 编辑

Linux下建立NFS共享目录
摘要:https://blog.csdn.net/anluo233/article/details/125921403 https://blog.csdn.net/zhangxucumt/article/details/125935901 阅读全文

posted @ 2023-07-17 13:57 lh03061238 阅读(13) 评论(0) 推荐(0) 编辑

linux内核中的原子操作
摘要:atomic operation https://www.zhihu.com/question/518024155/answer/3104151437 Linux内核atomic_t这个结构体怎么赋值? https://www.zhihu.com/question/597762154/answer/ 阅读全文

posted @ 2023-07-17 10:37 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

make mrproper 、make clean 、make distclean
摘要:参考: https://blog.csdn.net/mish84/article/details/26003963 Cleaning targets: clean - Remove most generated files but keep the config and enough build s 阅读全文

posted @ 2023-07-14 15:00 lh03061238 阅读(22) 评论(0) 推荐(0) 编辑

KDB相关
摘要:使用kdb/kgdb调试内核 https://zhuanlan.zhihu.com/p/546416941 ARM64 的 Linux 内核 kgdb/kdb 调试 https://www.byteisland.com/arm64-%e7%9a%84-linux-%e5%86%85%e6%a0%b8 阅读全文

posted @ 2023-07-13 11:18 lh03061238 阅读(72) 评论(0) 推荐(0) 编辑

Linux内核进程管理:进程的“内核栈”、current宏
摘要:参考: https://blog.csdn.net/Rong_Toa/article/details/110316125 https://blog.csdn.net/yangkuanqaz85988/article/details/52403726?spm=1001.2101.3001.6661.1 阅读全文

posted @ 2023-07-12 15:47 lh03061238 阅读(35) 评论(0) 推荐(0) 编辑

内核添加打印调试
摘要:printk 内核打印 https://getiot.tech/zh/linux-kernel/linux-kernel-printk#:~:text=printk%20%E5%86%85%E6%A0%B8%E6%89%93%E5%8D%B0%201%20printk%20%E4%BB%8B%E7% 阅读全文

posted @ 2023-07-10 10:40 lh03061238 阅读(180) 评论(0) 推荐(0) 编辑

/proc/sysrq-trigger
摘要:/proc/sysrq-trigger详解 https://www.icspec.com/news/article-details/2033274 linux下/proc/sysrq-trigger详解 https://blog.csdn.net/qq_42303254/article/detail 阅读全文

posted @ 2023-07-08 14:48 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

Linux KASLR机制
摘要:Linux KASLR机制详解 https://zhuanlan.zhihu.com/p/99557658 阅读全文

posted @ 2023-07-08 14:09 lh03061238 阅读(91) 评论(0) 推荐(0) 编辑

KGDB相关
摘要:https://archive.kernel.org/oldwiki/kgdb.wiki.kernel.org/ 使用kdb/kgdb调试内核 https://zhuanlan.zhihu.com/p/546416941 参考: https://www.kernel.org/doc/html/lat 阅读全文

posted @ 2023-07-05 16:30 lh03061238 阅读(17) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示