alloc_uefi 0.1.0

Allocator for a UEFI environment.
Documentation

alloc_uefi

Rust allocator for UEFI environments.

Usage

Add alloc_uefi as a dependency, and provide the following function as your application's entry point:

pub extern fn efi_main(sys_table: *const internal_uefi::SystemTable, image_handle: *mut internal_uefi::CVoid) -> isize;