Fix PMM for real HW + serial lock
This commit is contained in:
+2
-2
@@ -173,9 +173,9 @@ void paging_init(struct boot_context boot_ctx)
|
||||
}
|
||||
}
|
||||
|
||||
// 4GB
|
||||
// 8GB
|
||||
if (max_phys > PAGING_MAX_PHYS) {
|
||||
DEBUG("WARNING: max_phys capped to 4GB (%x) (from max_phys=%p)", PAGING_MAX_PHYS, max_phys);
|
||||
DEBUG("WARNING: max_phys capped to PAGING_MAX_PHYS (from max_phys=%p)", max_phys);
|
||||
max_phys = PAGING_MAX_PHYS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user