Skip to content

Instantly share code, notes, and snippets.

@orumin
Created December 22, 2017 21:08
mm.c
void __attribute__ ((section (".entry.text")))
uefi_init_get_vmmsize (u32 *vmmsize, u32 *align)
{
*vmmsize = VMMSIZE_ALL;
*align = 0x400000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment