From 29677e0391da0fea098af9407c2347a4e5e66033 Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Sun, 2 Aug 2020 18:46:09 -0500 Subject: [PATCH] Added kernel end field to systeminfo --- src/systeminfo.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systeminfo.hpp b/src/systeminfo.hpp index 33ef728..9632f65 100644 --- a/src/systeminfo.hpp +++ b/src/systeminfo.hpp @@ -25,6 +25,8 @@ private: size_t highMemory; physaddr_t kernelBase; + + physaddr_t kernelEnd; };