1 Star 2 Fork 1

Michael / xv6-riscv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anish Athalye 提交于 2019-10-21 22:27 . Clean up linker script
; https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{c,h}]
indent_size = 2
[*.S]
indent_size = 8
[*.ld]
indent_size = 2
[Makefile]
indent_style = tab
indent_size = 8
C
1
https://gitee.com/mic/xv6-riscv.git
git@gitee.com:mic/xv6-riscv.git
mic
xv6-riscv
xv6-riscv
riscv

搜索帮助