随笔分类 -  Linux Kernel配置、编译、移植

GDB学习及使用
摘要:GDB的安装: https://blog.csdn.net/super828/article/details/118446299?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~d 阅读全文

posted @ 2022-04-08 14:52 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

linux内核学习
摘要:Linux内核 内核文档/部分中文翻译 https://www.kernel.org/doc/html/latest/translations/zh_CN/index.html Linux手册页 https://www.onitroad.com/jc/linux/man-pages/linux/ 重 阅读全文

posted @ 2022-04-07 15:31 lh03061238 阅读(74) 评论(0) 推荐(0) 编辑

ssh config及相ssh登录问题
摘要:ssh config https://blog.csdn.net/lan6010/article/details/89506275 https://blog.csdn.net/xieyi2015/article/details/70990922 https://www.cnblogs.com/dee 阅读全文

posted @ 2022-04-02 17:01 lh03061238 阅读(79) 评论(0) 推荐(0) 编辑

Vim与ctags/cscope
摘要:vim 教程网 https://vimjc.com/ vim插件网 https://vim.hizdm.cn/ Vim 编辑器快捷键及配置指南 https://blog.csdn.net/u012291393/article/details/78650512 http://dljz.nicethem 阅读全文

posted @ 2022-03-29 18:50 lh03061238 阅读(214) 评论(0) 推荐(0) 编辑

initrd
摘要:https://blog.csdn.net/jwy2014/article/details/80573790 阅读全文

posted @ 2022-03-29 15:57 lh03061238 阅读(75) 评论(0) 推荐(0) 编辑

linux源代码分析和阅读工具比较
摘要:https://blog.csdn.net/yazhouren/article/details/7549442?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLI 阅读全文

posted @ 2022-03-29 09:39 lh03061238 阅读(57) 评论(0) 推荐(0) 编辑

kexec/kdump/crash原理及使用
摘要:参考: KDUMP简介 http://linuxperf.com/?p=172 kdump实现原理 https://blog.csdn.net/faxiang1230/article/details/103782317?spm=1001.2101.3001.6650.4&utm_medium=dis 阅读全文

posted @ 2022-03-28 19:47 lh03061238 阅读(336) 评论(0) 推荐(0) 编辑

patch相关操作
摘要:Linux中patch文件的产生与使用 https://blog.csdn.net/yu_yuan_1314/article/details/9700831?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-03-28 16:56 lh03061238 阅读(32) 评论(0) 推荐(0) 编辑

linux用户/root密码设置
摘要:https://blog.csdn.net/qq_28120227/article/details/100677167 https://blog.csdn.net/zhuxingchong/article/details/79461837 阅读全文

posted @ 2022-03-25 10:19 lh03061238 阅读(140) 评论(0) 推荐(0) 编辑

Linux系统换国内下载源
摘要:参考: https://blog.csdn.net/weixin_42367960/article/details/110261803 https://www.cnblogs.com/fenglongyu/p/8654991.html 阅读全文

posted @ 2022-03-23 19:58 lh03061238 阅读(119) 评论(0) 推荐(0) 编辑

Linux ssh 公私钥配置
摘要:参考: https://www.cnblogs.com/xiangsikai/p/10968028.html 阅读全文

posted @ 2022-03-23 18:49 lh03061238 阅读(83) 评论(0) 推荐(0) 编辑

有关EXPORT_SYMBOL_GPL
摘要:只有EXPORT_SYMBOL导出的函数,才可以在动态加载的驱动程序中使用。 即使动态加载的驱动程序包含了此函数的头文件,若改函数没有被EXPORT_SYMBOL,仍然会报错 阅读全文

posted @ 2021-11-09 18:03 lh03061238 阅读(397) 评论(0) 推荐(0) 编辑

Linux串口应用编程
摘要:参考资料: [Serial Programming Guide for POSIX Operating Systems] https://digilander.libero.it/robang/rubrica/serial.htm [Linux串口编程] https://www.cnblogs.co 阅读全文

posted @ 2021-11-05 11:53 lh03061238 阅读(82) 评论(0) 推荐(0) 编辑

Linux系统中的TTY
摘要:参考: 解密TTY]https://www.cnblogs.com/liqiuhao/p/9031803.html 彻底理解Linux的各种终端类型以及概念 https://blog.csdn.net/dog250/article/details/78766716 Linux终端和Line disc 阅读全文

posted @ 2021-11-05 11:50 lh03061238 阅读(65) 评论(0) 推荐(0) 编辑

linux 系统中断信息
摘要:参考韦东山驱动大全: GIC驱动程序分析 阅读全文

posted @ 2021-11-03 14:32 lh03061238 阅读(44) 评论(0) 推荐(0) 编辑

Linux系统目录简介
摘要:http://www.178linux.com/96167 阅读全文

posted @ 2020-12-01 16:00 lh03061238 阅读(92) 评论(0) 推荐(0) 编辑

/boot 目录介绍
摘要:参考: https://www.jianshu.com/p/ad6824d6d2e7?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation https://blog.csdn.ne 阅读全文

posted @ 2020-12-01 15:59 lh03061238 阅读(819) 评论(0) 推荐(0) 编辑

在Linux运行期间升级Linux系统(Uboot+kernel+Rootfs)
摘要:https://www.cnblogs.com/lidabo/p/4774425.html 阅读全文

posted @ 2020-12-01 15:40 lh03061238 阅读(334) 评论(0) 推荐(0) 编辑

linux /sys目录详解
摘要:https://blog.csdn.net/wade_510/article/details/72084006 https://www.cnblogs.com/cuckoo-/p/10742367.html https://www.pianshen.com/article/20661713240/ 阅读全文

posted @ 2020-12-01 09:26 lh03061238 阅读(1203) 评论(0) 推荐(0) 编辑

linux proc目录详解
摘要:https://blog.csdn.net/mediatec/article/details/88578101 https://www.linuxprobe.com/linux-proc-pid.html https://www.ibm.com/developerworks/cn/linux/l-p 阅读全文

posted @ 2020-12-01 09:12 lh03061238 阅读(79) 评论(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
点击右上角即可分享
微信分享提示