summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit/FirmwareKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-21 17:12:18 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-21 17:12:18 +0100
commitd5397d2f3be6f3de742736e5d1fdfc3121879f70 (patch)
tree5c572a584048197ebe028a2d1416691cdb7c31ff /dev/ZKAKit/FirmwareKit
parentee8f9bbe865917566530eb22cdbce9ad2e7d28a9 (diff)
META: MKD has been open-sourced.
MKD stands for Metal Kernel Distribution, under BSD-2 license.
Diffstat (limited to 'dev/ZKAKit/FirmwareKit')
-rw-r--r--dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h4
-rw-r--r--dev/ZKAKit/FirmwareKit/EFI.h2
-rw-r--r--dev/ZKAKit/FirmwareKit/EFI/API.h2
-rw-r--r--dev/ZKAKit/FirmwareKit/EFI/EFI.h4
-rw-r--r--dev/ZKAKit/FirmwareKit/EPM.h2
-rw-r--r--dev/ZKAKit/FirmwareKit/Handover.h6
6 files changed, 10 insertions, 10 deletions
diff --git a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h
index b3f5a8b1..d1c83c64 100644
--- a/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h
+++ b/dev/ZKAKit/FirmwareKit/CoreBoot/CoreBoot.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
@@ -11,7 +11,7 @@
namespace Kernel
{
/// @brief Linear Executable Header
- /// @author EL Mahrouss Logic
+ /// @author Amlal EL Mahrouss
struct ATTRIBUTE(aligned(4)) mp_boot_header
{
const Char fMagic[2]; // magic number
diff --git a/dev/ZKAKit/FirmwareKit/EFI.h b/dev/ZKAKit/FirmwareKit/EFI.h
index 686c5dc5..b11a8e90 100644
--- a/dev/ZKAKit/FirmwareKit/EFI.h
+++ b/dev/ZKAKit/FirmwareKit/EFI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZKAKit/FirmwareKit/EFI/API.h b/dev/ZKAKit/FirmwareKit/EFI/API.h
index 5462d94f..56c9f54d 100644
--- a/dev/ZKAKit/FirmwareKit/EFI/API.h
+++ b/dev/ZKAKit/FirmwareKit/EFI/API.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZKAKit/FirmwareKit/EFI/EFI.h b/dev/ZKAKit/FirmwareKit/EFI/EFI.h
index eedf8f6b..c227fcd3 100644
--- a/dev/ZKAKit/FirmwareKit/EFI/EFI.h
+++ b/dev/ZKAKit/FirmwareKit/EFI/EFI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
@@ -11,7 +11,7 @@
@brief Kernel Implementation of EFI.
@note This API is in WiP, so it's not 'pretty', just deal with it. We'll be
improving that later.
-@author EL Mahrouss Logic
+@author Amlal EL Mahrouss
*/
#include <NewKit/Defines.h>
diff --git a/dev/ZKAKit/FirmwareKit/EPM.h b/dev/ZKAKit/FirmwareKit/EPM.h
index c2ac15ea..eb873eb8 100644
--- a/dev/ZKAKit/FirmwareKit/EPM.h
+++ b/dev/ZKAKit/FirmwareKit/EPM.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZKAKit/FirmwareKit/Handover.h b/dev/ZKAKit/FirmwareKit/Handover.h
index 2ce7d8a6..746b4ea1 100644
--- a/dev/ZKAKit/FirmwareKit/Handover.h
+++ b/dev/ZKAKit/FirmwareKit/Handover.h
@@ -1,17 +1,17 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
/**
* @file Handover.h
- * @author EL Mahrouss Logic (amlalelmahrouss@icloud.com)
+ * @author Amlal EL Mahrouss (amlalelmahrouss@icloud.com)
* @brief The handover boot protocol.
* @version 1.15
* @date 2024-02-23
*
- * @copyright Copyright (c) 2024, EL Mahrouss Logic
+ * @copyright Copyright (c) 2024, Amlal EL Mahrouss
*
*/