add rust kernel stub

This commit is contained in:
andromeda
2026-03-03 22:01:49 +01:00
parent d879df630f
commit 1b6f76488d
11 changed files with 635 additions and 3 deletions

5
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,5 @@
[toolchain]
channel = "nightly"
components = ["rust-src"]
targets = ["x86_64-unknown-none"]
profile = "default"