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

This commit is contained in:
Bananymous
2023-05-06 01:03:04 +03:00
parent bc35a561d3
commit b65cd1d09b
3 changed files with 5 additions and 8 deletions

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();