UEFI Memory Allocator Integration
The r-efi-alloc project integrates the UEFI memory allocator routines with the
rust standard library allocation hooks. This allows using the alloc
standard
library of rust on UEFI systems.
The requirements for this project are:
rustc >= 1.36.0
r-efi >= 2.2.0
To build this project, run:
sh
cargo build
https://github.com/r-efi/r-efi-alloc.git
git@github.com:r-efi/r-efi-alloc.git