11 lines
364 B
TOML
11 lines
364 B
TOML
[unstable]
|
|
build-std-features = ["compiler-builtins-mem"]
|
|
build-std = ["core", "compiler_builtins", "alloc"]
|
|
|
|
[build]
|
|
target = "x86_64-unknown-none"
|
|
rustflags = ["-C", "link-args=--image-base 0xffff800000000000", "-C", "force-unwind-tables", "-C", "link-args=/home/pjht/projects/os-rust/kernel/eh_frame.ld"]
|
|
|
|
[target.'cfg(target_os = "none")']
|
|
runner = "./run.sh"
|