base
This commit is contained in:
commit
bb6dd4881b
19 changed files with 441 additions and 0 deletions
10
.cargo/config.toml
Normal file
10
.cargo/config.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
[build]
|
||||
target = ["x86_64-nulfos.json"]
|
||||
|
||||
[unstable]
|
||||
build-std = ["core", "compiler_builtins"]
|
||||
build-std-features = ["compiler-builtins-mem"]
|
||||
|
||||
[target.'cfg(target_os = "none")']
|
||||
runner = "bootimage runner"
|
Loading…
Add table
Add a link
Reference in a new issue