initial commit
This commit is contained in:
commit
b4dab5c048
16 changed files with 838 additions and 0 deletions
9
.cargo/config.toml
Normal file
9
.cargo/config.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[build]
|
||||
target = "x86_64-rustos.json" # target OS specifications
|
||||
|
||||
[target.'cfg(target_os="none")']
|
||||
runner = "bootimage runner" # run with QEMU
|
||||
|
||||
[unstable]
|
||||
build-std = ["core", "compiler_builtins"]
|
||||
build-std-features = ["compiler-builtins-mem"]
|
Loading…
Add table
Add a link
Reference in a new issue