-
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.
pagetable fixes: zero cr3 page and lower 1MB kernel va range
commit bb24de2 did memset for page frame allocations but cr3 page memset zero was missed. This commit fixes that. Lower 1MB range for kernel VA was coming out to be 80000000-80000000 but it needs to 0xffffffff80000000-ffffffff80100000. Signed-off-by: Deepak Gupta <[email protected]>
- Loading branch information
1 parent
6da3351
commit d28ca10
Showing
2 changed files
with
23 additions
and
18 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