Post 2 - A minimal kernel

This commit is contained in:
2024-08-25 20:14:25 +02:00
parent e2b1368e94
commit 9a7c2e38e5
4 changed files with 40 additions and 12 deletions

View File

@@ -6,9 +6,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
bootloader = "0.9"