feat(OS): Create basic kernel that can be run through both QEMU and on hardware (#1)
Reviewed-on: #1
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