Tag:linux
All the articles with the tag "linux".
ipc
Posted on:March 30, 2021 at 01:19 PM## 管道
环境变量是什么
Posted on:September 21, 2019 at 09:41 AM# 环境变量 当我们使用shell 的命令`env`命令的时候可以看到很多字符串,那些就是这个进程的环境变量 # 环境变量怎么存 > The first two arguments are
qemu调试内核
Posted on:September 15, 2019 at 12:02 AM# 编译和调试Linux内核 [相关参考](https://consen.github.io/2018/01/17/debug-linux-kernel-with-qemu-and-gdb/)