-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm,pmm: map percpu, idt and frames arrays in KERNEL_MAP area
If there is not enough early frames (or for whatever reason the frame physical address is big enough), it might be the case that such frame mapping does not fit into the relatively small KERNEL_BASE area. It is better to always map in the large enough KERNEL_MAP area. The early frames arrays (before the final page tables are created) have to be mapped into the KERNEL_BASE area as this is the only space covered by boot time page tables (see EARLY_VIRT_MEM settings). Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters