1 Star 0 Fork 0

慕容宇月 / linux-development-environment-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
linux_file_system.txt 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
murongyuyue 提交于 2021-03-03 14:22 . init
# file type.
so(linux.elf) dll(windows). # dynamic library.
a(linux.elf) lib(windows). # static library.
out(liunx.elf) exe(windows.PE). # executable file.
# compile file type.
c,h --(precompile)--> i --(compile)--> asm(s,a,assembly) --(assembly)--> o --(link)--> out,a,so(executable).
# system console.
/dev/console
# terminal.
/dev/tty
# null device.
/dev/null
1
https://gitee.com/murong-yuyue/linux-development-environment-config.git
git@gitee.com:murong-yuyue/linux-development-environment-config.git
murong-yuyue
linux-development-environment-config
linux-development-environment-config
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891