From e7a0b930db64af7a22142d034389e6e4adbb59ab Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Jan 2024 10:53:14 +0100 Subject: NewBoot: Worked on protocol to add the PHT offset. Kernel: Need to make some room for IPC and subsystems, so I did cleanup some things. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/BootKit/Protocol.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/NewBoot/BootKit') diff --git a/Private/NewBoot/BootKit/Protocol.hxx b/Private/NewBoot/BootKit/Protocol.hxx index 7e292c7d..b33ab32e 100644 --- a/Private/NewBoot/BootKit/Protocol.hxx +++ b/Private/NewBoot/BootKit/Protocol.hxx @@ -17,10 +17,10 @@ using namespace hCore; struct HandoverHeader final { - Int32 magic; - Int32 type; - Int32 arch; - // WIP + Int32 targetMagic; + Int32 targetType; + Int32 targetArch; + UIntPtr protocolHeaderTable; }; } // namespace HEL -- cgit v1.2.3