zig/lib/std/os/uefi
David Gonzalez Martin 680d3cd1fc UEFI: Querying memory map size with no allocation
This makes possible to query the memory map size from EFI firmware
without making any allocation beforehand. This makes possible to be
precise about the size of the allocation which will own a copy of
the memory map from the UEFI application.
2022-10-21 12:17:41 +02:00
..
protocols fix: wrong amount of arguments passed to function 2022-10-07 19:33:29 +02:00
tables UEFI: Querying memory map size with no allocation 2022-10-21 12:17:41 +02:00
pool_allocator.zig zig fmt: remove trailing whitespace on doc comments 2022-04-05 18:08:33 +03:00
protocols.zig std.os.uefi: Add BlockIoProtocol 2022-04-19 19:51:19 -04:00
status.zig std/os/uefi: Don't treat efi status warnings as errors 2022-01-16 03:50:50 -05:00
tables.zig std/os/uefi: Use usingnamespace to re-export symbols 2022-01-13 15:47:13 -05:00