diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-09 14:20:49 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-09 14:26:06 +0200 |
| commit | acd8297fe927e601a7173cec7ca5445fd4a9c74a (patch) | |
| tree | d5610bc9f9cad2b93dd102ccb80eadb291d3fc1c /Kernel/FirmwareKit | |
| parent | 30a6f8174ab44c12ccdfb212a2f6895440581d1a (diff) | |
[IMP] [KRNL DLL] Update stop code, not using serial output anymore.
[IMP] [CRT DLL] Add CRT DLL as well.
[HANDOVER] Update protocol by hiding an internal struct.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/FirmwareKit')
| -rw-r--r-- | Kernel/FirmwareKit/Handover.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Kernel/FirmwareKit/Handover.hxx b/Kernel/FirmwareKit/Handover.hxx index 23d92e59..75900508 100644 --- a/Kernel/FirmwareKit/Handover.hxx +++ b/Kernel/FirmwareKit/Handover.hxx @@ -51,18 +51,6 @@ namespace Kernel::HEL kArchCount = 2, }; - /** -@brief The first struct that we read when inspecting The executable -it tells us more about it and IS format independent. -*/ - typedef struct HandoverHeader final - { - UInt64 f_TargetMagic; - Int32 f_TargetType; - Int32 f_TargetArch; - UIntPtr f_TargetStartAddress; - } __attribute__((packed)) HandoverHeader, *HandoverHeaderPtr; - struct HandoverInformationHeader { UInt64 f_Magic; |
