Files
zxq5 36cb118933
Continuous integration / build (push) Failing after 1m51s
paging done, starting on allocation.
2025-02-22 16:56:01 +00:00

13 lines
284 B
TOML

[build]
target = "x86_64-kernel"
target-dir = "build/target"
[unstable]
build-std = ["core", "compiler_builtins", "alloc"]
build-std-features = ["compiler-builtins-mem"]
[env]
RUST_TARGET_PATH = { value = "kernel", relative = true }
[target.x86_64-kernel]
runner = "scripts/run.sh"