config.toml 240 B

1234567891011
  1. [build]
  2. target = "src/arch/x86_64/x86_64-unknown-none.json"
  3. [unstable]
  4. build-std = ["core", "compiler_builtins", "alloc"]
  5. build-std-features = ["compiler-builtins-mem"]
  6. [target.'cfg(target_os = "none")']
  7. runner = "bootimage runner"
  8. [env]