Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 2, 2019 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1df7ca127dbe7a9f17757fbaa075f53b to your computer and use it in GitHub Desktop.
Save ryantm/1df7ca127dbe7a9f17757fbaa075f53b to your computer and use it in GitHub Desktop.
/nix/store/ql4h7ssah4i5cgnrp00ykwyq9m1z3g31-gnu-efi-3.0.11
├── include
│   └── efi
│   ├── efiapi.h
│   ├── eficompiler.h
│   ├── eficon.h
│   ├── efidebug.h
│   ├── efidef.h
│   ├── efidevp.h
│   ├── efierr.h
│   ├── efifs.h
│   ├── efigpt.h
│   ├── efi.h
│   ├── efiip.h
│   ├── efilib.h
│   ├── efilink.h
│   ├── efinet.h
│   ├── efi_nii.h
│   ├── efipart.h
│   ├── efipciio.h
│   ├── efipoint.h
│   ├── efiprot.h
│   ├── efipxebc.h
│   ├── efi_pxe.h
│   ├── efirtlib.h
│   ├── efiser.h
│   ├── efisetjmp.h
│   ├── efishellintf.h
│   ├── efishellparm.h
│   ├── efistdarg.h
│   ├── efitcp.h
│   ├── efiudp.h
│   ├── efiui.h
│   ├── libsmbios.h
│   ├── pci22.h
│   ├── protocol
│   │   ├── adapterdebug.h
│   │   ├── eficonsplit.h
│   │   ├── efidbg.h
│   │   ├── efivar.h
│   │   ├── intload.h
│   │   ├── legacyboot.h
│   │   ├── piflash64.h
│   │   └── vgaclass.h
│   ├── romload.h
│   └── x86_64
│   ├── efibind.h
│   ├── efilibplat.h
│   ├── efisetjmp_arch.h
│   └── pe.h
└── lib
├── crt0-efi-x86_64.o
├── elf_x86_64_efi.lds
├── libefi.a
└── libgnuefi.a
5 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment