Skip to content

Commit 3e0ff8f

Browse files
committed
wip
1 parent b0bd41b commit 3e0ff8f

19 files changed

+711
-145
lines changed

.cargo/config.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
[build]
2-
target = "bare-metal-target.json"
1+
# [build]
2+
# target = "x86_64-unknown-none"
33

44
[unstable]
5-
build-std-features = ["compiler-builtins-mem"]
6-
build-std = ["core", "compiler_builtins", "alloc"]
5+
bindeps = true
76

8-
[target.'cfg(target_os = "none")']
9-
runner = "bootimage runner"
7+
# [target.'cfg(target_os = "none")']
8+
# runner = "bootimage runner"
109

1110
# isso aqui é para compilar um binário freestading para o sistema host
1211
# é melhor compilar para um target bare metal já que precisamos fazer outras coisas além disso, como inicializar a stack.

0 commit comments

Comments
 (0)