使用cargo管理一些C文件的编译,并且移动部分汇编到arch目录 (#447)

* 使用cargo管理main.c的编译

* 使用build-scripts编译架构相关的c代码

* 删除elf.h
This commit is contained in:
LoGin
2023-11-17 21:25:15 +08:00
committed by GitHub
parent e4600f7f7d
commit 46e234aef6
36 changed files with 556 additions and 1683 deletions

View File

@ -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": "",