You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix the regression on frame allocator for page table
Correct the miatake use of 'base' field of BMFrameAllocator, otherwise the
allocated frames will be started from a wrong value. The page table only
occupies 1M bytes memory at present, so the problem has not been exposed
yet.
In addition, a page must be reserved for level-4 table when we init the
frame allocator.
Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
0 commit comments