Kernel: Invalid physical addresses from heap are specified now by 0
This commit is contained in:
@@ -15,9 +15,6 @@ namespace Kernel
|
||||
|
||||
class PhysicalRange
|
||||
{
|
||||
public:
|
||||
static constexpr paddr_t invalid = ~paddr_t(0);
|
||||
|
||||
public:
|
||||
PhysicalRange(paddr_t, size_t);
|
||||
paddr_t reserve_page();
|
||||
|
||||
Reference in New Issue
Block a user