mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 17:23:23 +00:00
使用cargo管理一些C文件的编译,并且移动部分汇编到arch目录 (#447)
* 使用cargo管理main.c的编译 * 使用build-scripts编译架构相关的c代码 * 删除elf.h
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -124,12 +124,9 @@
|
||||
"mm-types.h": "c",
|
||||
"vfs.h": "c",
|
||||
"current.h": "c",
|
||||
"proc-types.h": "c",
|
||||
"traceback.h": "c",
|
||||
"bitcount.h": "c",
|
||||
"limits.h": "c",
|
||||
"block.h": "c",
|
||||
"blk_types.h": "c",
|
||||
"mutex.h": "c",
|
||||
"mount.h": "c",
|
||||
"internal.h": "c",
|
||||
@ -173,7 +170,8 @@
|
||||
"cmpxchg.h": "c",
|
||||
"mman.h": "c",
|
||||
"clocksource.h": "c",
|
||||
"ata.h": "c"
|
||||
"ata.h": "c",
|
||||
"barrier": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "enabled",
|
||||
"esbonio.sphinx.confDir": "",
|
||||
|
Reference in New Issue
Block a user