Added kernel end field to systeminfo

This commit is contained in:
2020-08-02 18:46:09 -05:00
parent 98197ec8ea
commit 29677e0391

View File

@@ -26,6 +26,8 @@ private:
physaddr_t kernelBase;
physaddr_t kernelEnd;
};
}