mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
Function EarlyReserveRegion reserves contiguous virtual address space regions beginning at the end of the available kernel space and moving towards lower virtual addresses. The only state that is tracked by this function is the last allocated virtual page address which is adjusted after each reservation request. Starting at the end of the kernel address space ensures that we will not step on the virtual addresses used by the kernel code and data sections.
Description
Languages
Go
84.9%
ASL
10.2%
Assembly
4%
Makefile
0.9%