diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 10:53:14 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 10:53:14 +0100 |
| commit | e7a0b930db64af7a22142d034389e6e4adbb59ab (patch) | |
| tree | 642f0d206834b016cbb5ab57768d558aeac6c54c /Private/NewBoot/BootKit | |
| parent | 28817e6dbb31b4004e2fd1a5be2c85bcbfe0a5ec (diff) | |
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/Protocol.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
