mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Kernel: Make PhysicalRegion eternally allocated
This commit is contained in:
parent
959ceb4424
commit
9ae067aa7f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace Kernel {
|
|||
class PhysicalZone;
|
||||
|
||||
class PhysicalRegion {
|
||||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
static OwnPtr<PhysicalRegion> try_create(PhysicalAddress lower, PhysicalAddress upper)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue