working on kernel

This commit is contained in:
FantasyPvP
2024-11-18 17:48:00 +00:00
parent ac4cf9a27b
commit 4c157ab05e
27 changed files with 975 additions and 164 deletions
-2
View File
@@ -5,7 +5,6 @@ members = [
resolver = "2"
[profile.dev]
panic = "abort"
opt-level = "z"
debug = true
debug-assertions = true
@@ -15,7 +14,6 @@ incremental = false
codegen-units = 1
[profile.release]
panic = "abort"
opt-level = "z"
debug = false
debug-assertions = false