Skip to content
Commit e88afd2c authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

kernel: mmu: pin/unpin boot sections during boot process



During boot process, the boot sections need to be pinned in
memory to prevent them from being paged out (to avoid
pages being paged out and immediately paged in again).
Once the boot process is completed (just before calling main()),
the boot sections can be unpinned so the memory can be
used for demand paging for paging in data pages.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent f32ea443
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment