mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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 PhysicalZone;
|
||||||
|
|
||||||
class PhysicalRegion {
|
class PhysicalRegion {
|
||||||
|
AK_MAKE_ETERNAL
|
||||||
public:
|
public:
|
||||||
static OwnPtr<PhysicalRegion> try_create(PhysicalAddress lower, PhysicalAddress upper)
|
static OwnPtr<PhysicalRegion> try_create(PhysicalAddress lower, PhysicalAddress upper)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue