index

Modules

efihdrtool
module efihdrtool

A program to simplify the process of translating UEFI headers from C -> D Usage: dub run --single efihdrtool.d -- options specfile.map Where specfile.map contains pairs a/b/header.h = uefi.dmodulename It outputs files to source/pack/age/module.d unless otherwise specified

uefi
module uefi

Package root module, importing appropriate bind module and other UEFI modules.

uefihelloworld
module uefihelloworld

A sample UEFI application that prints "Hello, world!" to the console and waits for key input.