The kernel now works fine without optimizations

It is relatively slow without optimizations, but it is still usable.
This commit is contained in:
bjorn3
2024-01-24 14:15:09 +01:00
parent 3085b31336
commit fa58f5887e
-3
View File
@@ -63,9 +63,6 @@ slab = ["slab_allocator"]
# Avoids having to define the eh_personality lang item and reduces kernel size
panic = "abort"
# Kernel doesn't yet work great with debug mode :(
opt-level = 3
[profile.release]
# Avoids having to define the eh_personality lang item and reduces kernel size
panic = "abort"