Skip to content

Instantly share code, notes, and snippets.

View naoki9911's full-sized avatar
🌴
On vacation

Naoki MATSUMOTO naoki9911

🌴
On vacation
View GitHub Profile
@naoki9911
naoki9911 / loader.c
Last active September 14, 2018 15:32
#include <Uefi.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/BlockIo.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/SimpleFileSystem.h>
#include <Library/DevicePathLib.h>
#include <Guid/FileInfo.h>
#include <Guid/Acpi.h>
#include <Library/MemoryAllocationLib.h>
@naoki9911
naoki9911 / relocate.c
Last active September 14, 2018 15:02
#include <Uefi.h>
#include <Library/UefiLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/BlockIo.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/SimpleFileSystem.h>
#include <Library/DevicePathLib.h>
#include <Guid/FileInfo.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/BaseMemoryLib.h>