Kernel: Invalid physical addresses from heap are specified now by 0

This commit is contained in:
2023-05-06 17:34:22 +03:00
parent bc35a561d3
commit b65cd1d09b
3 changed files with 5 additions and 8 deletions
-3
View File
@@ -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();