随笔分类 - Linux
摘要:https://zhuanlan.zhihu.com/p/632391060 wireshark安装:https://blog.csdn.net/CLONS/article/details/129663916
阅读全文
摘要:https://zhuanlan.zhihu.com/p/568050822?utm_id=0&wd=&eqid=ad8177f400004b05000000066458fa1a
阅读全文
摘要:https://zhuanlan.zhihu.com/p/584998091
阅读全文
摘要:https://zhuanlan.zhihu.com/p/635187310
阅读全文
摘要:https://blog.csdn.net/phmatthaus/article/details/134697079
阅读全文
摘要:1.cpu负载 平均负载:指的是单位时间内,系统处于可运行状态和不可中断状态的平均进程数,也就是单位时间内活跃的进程数。 1.1 uptime命令 20:47:25 显示当前系统时间 up 20:39 系统已运行时间 load average: 1.05, 1.07, 1.04 显示最近1分钟,5分
阅读全文
摘要:参考:https://blog.csdn.net/weixin_45030965/article/details/127632982
阅读全文
摘要:https://zhuanlan.zhihu.com/p/626458413?utm_id=0
阅读全文
摘要:https://blog.csdn.net/m0_58022371/article/details/126792701
阅读全文
摘要:绑定挂载 mount通常是将一个设备挂载到一个目录中。也可以将一个目录挂载到另一个目录上。 $ mkdir /systemrw/usrfs/oemapp $ mount --bind /systemrw/usrfs/oemapp /oemapp 会发现/oemapp目录原本的内容没有了,变成了空的文
阅读全文
摘要:来源:https://zhuanlan.zhihu.com/p/629349072 Linux内核时间管理 Linux系统在运行的时候有大量的函数需要时间管理,比如调度程序、延时程序等。并且我们在驱动开发的时候很要用各种定时器。硬件系统在系统运行时会周期性产生中断,系统使用定时中断来提供时钟源。时钟
阅读全文
摘要:https://blog.csdn.net/weixin_42172261/article/details/121271533
阅读全文
摘要:https://www.jianshu.com/p/0b3382b27605?utm_campaign=maleskine...&utm_content=note&utm_medium=seo_notes&utm_source=recommendation
阅读全文
摘要:https://blog.csdn.net/CSDNoMother/article/details/130115574?spm=1001.2014.3001.5502
阅读全文
摘要:##**总目录:** ##一.内核入门篇 ###[1.1 图解字符驱动模块设计思路](https://xuesong.blog.csdn.net/article/details/107579890) ###[1.2 module_init的优先级](https://xuesong.blog.csdn
阅读全文
摘要:https://code84.com/23329.html https://blog.csdn.net/lu_embedded/article/details/116813900 https://zhuanlan.zhihu.com/p/543103513?utm_id=0 用户态可以通过syslo
阅读全文
摘要:参考 https://zhuanlan.zhihu.com/p/376755248 https://blog.csdn.net/to_be_better_wen/article/details/128044597 ##一.设备树简介 linux设备树 devicetree,设备树的源文件称为==DT
阅读全文
摘要:#### SPI原理 ##### SPI 简介 SPI(Serial Peripheral Interface)是由Motorola提出的一种同步串行总线通信协议. SPI接口不需要进行寻址操作,且为全双工通信,显得简单高效。同时在多个从设备的系统中,每个从设备需要独立的使能信号,硬件上比I2C系统
阅读全文

浙公网安备 33010602011771号