* 内核编译配置

* 将kernel.config的解析代码搬入crate

* 将设置feature函数放入CargoHandler中
This commit is contained in:
Jomo
2023-11-17 21:23:01 +08:00
committed by GitHub
parent 11f78b73e7
commit e4600f7f7d
9 changed files with 331 additions and 2 deletions

1
kernel/.gitignore vendored
View File

@ -1,6 +1,7 @@
target/
src/kernel
Cargo.lock
D.config
# 将自动生成的C-Rust FFI加到gitignore
src/include/bindings/bindings.rs

View File

@ -64,4 +64,4 @@ debug = true # Controls whether the compiler passes `-g`
# The release profile, used for `cargo build --release`
[profile.release]
debug = false
debug = false