mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Set up allocations
This commit is contained in:
@@ -10,4 +10,4 @@ edition = "2018"
|
||||
members = ["disk_image"]
|
||||
|
||||
[dependencies]
|
||||
uefi = "0.8.0"
|
||||
uefi = { version = "0.8.0", features = ["alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user