Remove allocator

This commit is contained in:
--global
2025-02-19 21:33:20 +00:00
parent e89ac58bec
commit 5d6879ade8
8 changed files with 7 additions and 174 deletions

19
tetros/Cargo.lock generated
View File

@ -35,15 +35,6 @@ dependencies = [
"spin",
]
[[package]]
name = "linked_list_allocator"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9afa463f5405ee81cdb9cc2baf37e08ec7e4c8209442b5d72c04cfb2cd6e6286"
dependencies = [
"spinning_top",
]
[[package]]
name = "lock_api"
version = "0.4.12"
@ -84,21 +75,11 @@ dependencies = [
"lock_api",
]
[[package]]
name = "spinning_top"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
dependencies = [
"lock_api",
]
[[package]]
name = "tetros"
version = "1.0.0"
dependencies = [
"lazy_static",
"linked_list_allocator",
"spin",
"uart_16550",
]