1 Star 0 Fork 0

DUTRB/MITS081-xv6-Lab

加入 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/boru1588/mits081-xv6-lab.git
git@gitee.com:boru1588/mits081-xv6-lab.git
boru1588
mits081-xv6-lab
MITS081-xv6-Lab
util

搜索帮助