morimolymoly / r-efi-alloc

UEFI Memory Allocator Integration

Home Page:https://github.com/r-efi/r-efi/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r-efi-alloc

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.

Project

Requirements

The requirements for this project are:

  • rustc >= 1.36.0
  • r-efi >= 2.2.0

Build

To build this project, run:

cargo build

Repository:

License:

  • Apache-2.0 OR LGPL-2.1-or-later
  • See AUTHORS file for details.

About

UEFI Memory Allocator Integration

https://github.com/r-efi/r-efi/wiki


Languages

Language:Rust 100.0%