Use cargo install for bzImage setup building

This commit is contained in:
Zhang Junyang
2024-02-24 15:54:13 +08:00
committed by Tate, Hongliang Tian
parent f97d0f1260
commit 60e996ea2f
5 changed files with 91 additions and 71 deletions

View File

@ -1,20 +0,0 @@
{
"llvm-target": "i386-unknown-none",
"data-layout": "e-m:e-i32:32-f80:128-n8:16:32-S128-p:32:32",
"cpu": "i386",
"arch": "x86",
"dynamic-linking": false,
"executables": true,
"linker-flavor": "ld.lld",
"linker": "rust-lld",
"max-atomic-width": 64,
"position-independent-executables": false,
"disable-redzone": true,
"target-c-int-width": "32",
"target-pointer-width": "32",
"target-endian": "little",
"panic-strategy": "abort",
"os": "none",
"relocation-model": "static",
"features": "+soft-float,-sse,-mmx"
}