This kernel loops indefenitely without doing something. Later will be extended apon Signed-off-by: Noah Knegt <git@noahknegt.com>
13 lines
231 B
TOML
13 lines
231 B
TOML
[package]
|
|
name = "kernel"
|
|
version = "0.1.0"
|
|
|
|
edition.workspace = true
|
|
license-file.workspace = true
|
|
authors.workspace = true
|
|
readme.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
bootloader_api = { version = "0.11.10" }
|