VERY SAFE TESTING and also runner is not needed for now

This commit is contained in:
Bryan McShea
2024-02-22 23:24:06 -05:00
parent df670e9998
commit d95a73203b
9 changed files with 152 additions and 163 deletions

View File

@@ -3,26 +3,15 @@ name = "kernel"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "kernel"
test = false
bench = false
[dependencies]
[target.'cfg(target_arch = "x86_64")'.dependencies]
pic8259 = "0.10.1"
bootloader_api = "0.11.5"
x86_64 = "0.14.11"
uart_16550 = "0.3.0"
[dependencies.lazy_static]
version = "1.4.0"
features = ["spin_no_std"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
# [target.'cfg(target_arch = "x86_64")'.dependencies]
# pic8259 = "0.10.1"
# bootloader_api = "0.11.5"
# x86_64 = "0.14.11"
# uart_16550 = "0.3.0"
#
# [dependencies.lazy_static]
# version = "1.4.0"
# features = ["spin_no_std"]