mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 04:53:23 +00:00
* 暂时移除cbindgen * 将lib文件夹更名为libs文件夹(解决rust的冲突) * 实现了全局的allocator * 实现了printk宏 * new: 完善了printk的颜色
12 lines
241 B
TOML
12 lines
241 B
TOML
[build]
|
|
target = "src/arch/x86_64/x86_64-unknown-none.json"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "bootimage runner"
|
|
|
|
[env]
|