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

GDB RSP协议
摘要:https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html https://developer.apple.com/library/archive/documentation/DeveloperTools/gdb/gdb/gdb_33 阅读全文

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

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

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

查看内核配置
摘要:grep CONFIG_UPROBES /boot/config-`uname -r`grep CONFIG_UTRACE /boot/config-`uname -r` 阅读全文

posted @ 2023-03-22 17:15 lh03061238 阅读(80) 评论(0) 推荐(0) 编辑

earlycon相关
摘要:early_printk和earlycon https://blog.csdn.net/thisway_diy/article/details/119911175 earlycon 的使用 https://blog.csdn.net/wjxcn/article/details/79542406 阅读全文

posted @ 2023-01-17 16:47 lh03061238 阅读(83) 评论(0) 推荐(0) 编辑

解决Linux系统下U盘只读文件系统问题
摘要:https://blog.csdn.net/ojbko/article/details/107483568?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCom 阅读全文

posted @ 2022-11-15 19:45 lh03061238 阅读(217) 评论(0) 推荐(0) 编辑

CentOS中yum安装软件时报No package XXX available
摘要:https://www.cnblogs.com/xixihuang/p/5405188.html 阅读全文

posted @ 2022-11-14 10:20 lh03061238 阅读(117) 评论(0) 推荐(0) 编辑

centos升级gcc
摘要:1、 sudo yum install centos-release-sclsudo yum search devtoolset | grep gccsudo yum install devtoolset-11-gcc*sudo source /opt/rh/devtoolset-11/enable 阅读全文

posted @ 2022-11-02 10:57 lh03061238 阅读(164) 评论(0) 推荐(0) 编辑

linux操作系统源配置
摘要:centos: https://blog.csdn.net/ludaoyi88/article/details/112298699 https://www.cnblogs.com/Hi-blog/p/9354441.html debian: http://www.szxiangbin.com/art 阅读全文

posted @ 2022-10-19 11:24 lh03061238 阅读(61) 评论(0) 推荐(0) 编辑

linux中的dup系统调用
摘要:http://t.zoukankan.com/pengdonglin137-p-3286627.html https://blog.csdn.net/weixin_45672178/article/details/109588099 阅读全文

posted @ 2022-10-08 14:14 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

查看linux系统版本
摘要:参考: https://blog.csdn.net/majianting/article/details/122694130 https://blog.csdn.net/GSWWJM/article/details/119727346?spm=1001.2101.3001.6650.2&utm_me 阅读全文

posted @ 2022-09-23 15:19 lh03061238 阅读(30) 评论(0) 推荐(0) 编辑

RPM 包的制作
摘要:rpm与src.rpm区别及安装 https://www.iteye.com/blog/ontheroad-luckhouge-1124215 https://www.it610.com/article/1290951704820391936.htm 参考: https://blog.csdn.ne 阅读全文

posted @ 2022-09-19 20:01 lh03061238 阅读(329) 评论(0) 推荐(0) 编辑

make 编译常用命令保存警告及错误信息
摘要:make 编译常用命令(保存警告及错误信息) https://blog.csdn.net/tyustli/article/details/123654424 将linux编译过程中的日志输出到文件 https://www.it610.com/article/1281861878024257536.h 阅读全文

posted @ 2022-08-06 11:20 lh03061238 阅读(343) 评论(0) 推荐(0) 编辑

gcc警告选项汇总--编辑中|gcc编译选项(转)
摘要:转自:https://blog.csdn.net/bandaoyu/article/details/115419255 gcc警告选项汇总 https://blog.csdn.net/qq_17308321/article/details/79979514 常见gcc编译警告整理以及解决方法 htt 阅读全文

posted @ 2022-05-27 10:21 lh03061238 阅读(94) 评论(0) 推荐(0) 编辑

GDB相关资源汇总
摘要:使用binutils-gdb来编译gdb和binutils https://blog.csdn.net/orz365/article/details/108210370 社区中gdb包主要源码来源 spec文件中源码来源:Source: ftp://sourceware.org/pub/gdb/re 阅读全文

posted @ 2022-05-26 20:03 lh03061238 阅读(45) 评论(0) 推荐(0) 编辑

linux内核编译/kbuild/makefile
摘要:深入解析Makefile系列 https://zhuanlan.zhihu.com/p/362937406 Linux内核构建系统 http://www.javashuo.com/article/p-kleezuwe-mn.html linux内核编译系列篇 https://blog.csdn.ne 阅读全文

posted @ 2022-05-10 14:08 lh03061238 阅读(82) 评论(0) 推荐(0) 编辑

鸟哥的Linux私房菜:基础学习篇 第四版(kancloud)
摘要:https://www.kancloud.cn/wizardforcel/vbird-linux-basic-4e/152191 阅读全文

posted @ 2022-05-09 10:43 lh03061238 阅读(140) 评论(0) 推荐(0) 编辑

Kconfig中的“depends on”和“select”(转)
摘要:在Kconfig文件中: config A depends on B select C 它的含义是:CONFIG_A配置与否,取决于CONFIG_B是否配置。一旦CONFIG_A配置了,CONFIG_C也自动配置了。 阅读全文

posted @ 2022-05-06 16:34 lh03061238 阅读(545) 评论(0) 推荐(0) 编辑

linux查看网卡驱动的命令,在Linux下确定网卡所使用驱动程序的方法(转)
摘要:原文:https://blog.csdn.net/weixin_34177635/article/details/116607665 有些时候你可能想知道某个Linux系统的网卡正在使用什么驱动程序,下面简单介绍下如何解决这个问题。一起去看看吧! 1.无论是集成网卡还是独立的网卡,都必须通过某种方式 阅读全文

posted @ 2022-04-29 13:11 lh03061238 阅读(2090) 评论(0) 推荐(0) 编辑

configure/autoconf/automake文件相关
摘要:弄懂autoscan, autoconf, automake, Makefile.am https://blog.csdn.net/qingzhuyuxian/article/details/82702412?utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2022-04-15 08:34 lh03061238 阅读(37) 评论(0) 推荐(0) 编辑

linux下的常用记录软件/markdown等
摘要:Linux最佳Markdown编辑器 https://blog.csdn.net/xudadada/article/details/108686964 Linux下9个Markdown编辑器 https://www.linuxprobe.com/markdown-editors-with-linux 阅读全文

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