implement memory allocation in boot setup

This commit is contained in:
Alex Zenla
2024-01-10 16:07:57 -08:00
parent d46d0cf0c3
commit 153619a02c
11 changed files with 619 additions and 73 deletions

View File

@ -7,6 +7,9 @@ resolver = "2"
[lib]
path = "src/lib.rs"
[dependencies]
libc = "0.2"
[dependencies.uuid]
version = "1.6.1"
features = ["v4"]