mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
7 lines
410 B
TOML
7 lines
410 B
TOML
|
[target.'cfg(target_os = "none")']
|
||
|
runner = "cargo run --package simple_boot --"
|
||
|
|
||
|
[alias]
|
||
|
kbuild = "build --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem"
|
||
|
kimage = "run --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem -- --no-run"
|
||
|
krun = "run --target x86_64-custom.json -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem"
|