Skip to content

Instantly share code, notes, and snippets.

@heatd
Last active August 25, 2017 19:50
Show Gist options
  • Save heatd/11f67a89c0f449d073f4aa4d8518073a to your computer and use it in GitHub Desktop.
Save heatd/11f67a89c0f449d073f4aa4d8518073a to your computer and use it in GitHub Desktop.
uintptr_t get_starting_kernel_area(int bits)
{
uintptr_t start = 0xffffffffffffffffUL;
return start << bits;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment