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:
2025-07-20 19:53:40 +02:00
parent 9401ebccfc
commit 8023048cef
8 changed files with 758 additions and 2 deletions

4
.cargo/config.toml Normal file
View File

@@ -0,0 +1,4 @@
[unstable]
# enable the unstable artifact-dependencies feature, see
# https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#artifact-dependencies
bindeps = true