summaryrefslogtreecommitdiffhomepage
path: root/Private/FirmwareKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-24 09:36:47 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-24 09:36:47 +0100
commitc1c1c7cb8ec2518b746804ecc2be9e0613fe685f (patch)
tree2c43f6637c9de551ad695a4d149dd66e0d6a18b7 /Private/FirmwareKit
parent09383c793fe953da6441902b4f66b1382df46738 (diff)
Kernel: Add CRC32 check inside the kernel's heap,
Handover: Rename f_VendorTable to f_RsdPtr and f_SmBios. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/FirmwareKit')
-rw-r--r--Private/FirmwareKit/Handover.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/FirmwareKit/Handover.hxx b/Private/FirmwareKit/Handover.hxx
index be308e13..03242c04 100644
--- a/Private/FirmwareKit/Handover.hxx
+++ b/Private/FirmwareKit/Handover.hxx
@@ -8,7 +8,7 @@
* @file Handover.hxx
* @author Amlal El Mahrouss (amlalelmahrouss@icloud.com)
* @brief The handover boot protocol.
- * @version 0.2
+ * @version 0.3
* @date 2024-02-23
*
* @copyright Copyright (c) 2024, Mahrouss Logic
@@ -68,7 +68,8 @@ struct HandoverInformationHeader {
WideChar f_FirmwareVendorName[32];
SizeT f_FirmwareVendorLen;
struct {
- VoidPtr f_VendorTable;
+ VoidPtr f_SmBios;
+ VoidPtr f_RsdPtr;
} f_HardwareTables;
struct {
UIntPtr f_The;