Create a basic setup that can start a kernel with cargo
This kernel loops indefenitely without doing something. Later will be extended apon Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
11
rust-toolchain.toml
Normal file
11
rust-toolchain.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
targets = [
|
||||
"x86_64-unknown-none"
|
||||
]
|
||||
components = [
|
||||
"clippy",
|
||||
"rustfmt",
|
||||
"rust-src",
|
||||
"llvm-tools-preview"
|
||||
]
|
Reference in New Issue
Block a user