mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Fix loading large process images.
2MiB large pages were being used for any large page mapping, but the page manager doesn't correctly handle them everywhere yet. Now only allow them for offset pointers (eg MMIO space) that will never be unmapped.
This commit is contained in:
@@ -17,6 +17,7 @@ static const char *areas[] = {
|
||||
"driver",
|
||||
"file ",
|
||||
"task ",
|
||||
"paging",
|
||||
|
||||
nullptr
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user