mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
implement memory allocation in boot setup
This commit is contained in:
@ -5,10 +5,12 @@ edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
elf = "0.7.4"
|
||||
flate2 = "1.0"
|
||||
xz2 = "0.1"
|
||||
memchr = "2"
|
||||
slice-copy = "0.3.0"
|
||||
|
||||
[dependencies.xencall]
|
||||
path = "../xencall"
|
||||
|
Reference in New Issue
Block a user