summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit')
-rw-r--r--dev/ZBAKit/BootKit/BitManip.h2
-rw-r--r--dev/ZBAKit/BootKit/BootKit.h2
-rw-r--r--dev/ZBAKit/BootKit/Device.h2
-rw-r--r--dev/ZBAKit/BootKit/EPM.h2
-rw-r--r--dev/ZBAKit/BootKit/HW/ATA.h2
-rw-r--r--dev/ZBAKit/BootKit/HW/SATA.h2
-rw-r--r--dev/ZBAKit/BootKit/Platform.h2
-rw-r--r--dev/ZBAKit/BootKit/Protocol.h2
-rw-r--r--dev/ZBAKit/BootKit/STB.h2
-rw-r--r--dev/ZBAKit/BootKit/Support.h2
-rw-r--r--dev/ZBAKit/BootKit/Thread.h2
-rw-r--r--dev/ZBAKit/Modules/NetBoot/Boot.S2
-rw-r--r--dev/ZBAKit/Modules/NetBoot/Module.cc2
-rw-r--r--dev/ZBAKit/Modules/NetBoot/NetBoot.h2
-rw-r--r--dev/ZBAKit/Modules/SysChk/Boot.S2
-rw-r--r--dev/ZBAKit/Modules/SysChk/Module.cc2
-rw-r--r--dev/ZBAKit/ReadMe.md2
-rw-r--r--dev/ZBAKit/amd64-efi.make2
-rw-r--r--dev/ZBAKit/arm64-efi.make2
-rw-r--r--dev/ZBAKit/src/BootFileReader.cc2
-rw-r--r--dev/ZBAKit/src/BootString.cc2
-rw-r--r--dev/ZBAKit/src/BootSupport.cc2
-rw-r--r--dev/ZBAKit/src/BootTextWriter.cc2
-rw-r--r--dev/ZBAKit/src/BootThread.cc2
-rw-r--r--dev/ZBAKit/src/BootloaderRsrc.rsrc4
-rw-r--r--dev/ZBAKit/src/HEL/64X000/Boot64x0.S2
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc6
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootATA.cc6
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootMain.cc4
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc2
-rw-r--r--dev/ZBAKit/src/HEL/ARM64/BootMain.cc2
-rw-r--r--dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc2
-rw-r--r--dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S2
-rw-r--r--dev/ZBAKit/src/New+Delete.cc2
34 files changed, 40 insertions, 40 deletions
diff --git a/dev/ZBAKit/BootKit/BitManip.h b/dev/ZBAKit/BootKit/BitManip.h
index 08421d6e..47f86af1 100644
--- a/dev/ZBAKit/BootKit/BitManip.h
+++ b/dev/ZBAKit/BootKit/BitManip.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/BootKit.h b/dev/ZBAKit/BootKit/BootKit.h
index 3d2e3c0f..1d312d41 100644
--- a/dev/ZBAKit/BootKit/BootKit.h
+++ b/dev/ZBAKit/BootKit/BootKit.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Device.h b/dev/ZBAKit/BootKit/Device.h
index 0e077706..50caa24a 100644
--- a/dev/ZBAKit/BootKit/Device.h
+++ b/dev/ZBAKit/BootKit/Device.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/EPM.h b/dev/ZBAKit/BootKit/EPM.h
index 778f4f5f..0e921b83 100644
--- a/dev/ZBAKit/BootKit/EPM.h
+++ b/dev/ZBAKit/BootKit/EPM.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/HW/ATA.h b/dev/ZBAKit/BootKit/HW/ATA.h
index 41cf9b86..ed694260 100644
--- a/dev/ZBAKit/BootKit/HW/ATA.h
+++ b/dev/ZBAKit/BootKit/HW/ATA.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/HW/SATA.h b/dev/ZBAKit/BootKit/HW/SATA.h
index e15233aa..0d8139c9 100644
--- a/dev/ZBAKit/BootKit/HW/SATA.h
+++ b/dev/ZBAKit/BootKit/HW/SATA.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Platform.h b/dev/ZBAKit/BootKit/Platform.h
index 517c0b57..9e1a2e93 100644
--- a/dev/ZBAKit/BootKit/Platform.h
+++ b/dev/ZBAKit/BootKit/Platform.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Protocol.h b/dev/ZBAKit/BootKit/Protocol.h
index 4bb16649..0bbfeead 100644
--- a/dev/ZBAKit/BootKit/Protocol.h
+++ b/dev/ZBAKit/BootKit/Protocol.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/STB.h b/dev/ZBAKit/BootKit/STB.h
index ce99ecf5..0643f0b5 100644
--- a/dev/ZBAKit/BootKit/STB.h
+++ b/dev/ZBAKit/BootKit/STB.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h
index 8dc5db60..845ed425 100644
--- a/dev/ZBAKit/BootKit/Support.h
+++ b/dev/ZBAKit/BootKit/Support.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/BootKit/Thread.h b/dev/ZBAKit/BootKit/Thread.h
index 6e9153ab..e7f4d4f1 100644
--- a/dev/ZBAKit/BootKit/Thread.h
+++ b/dev/ZBAKit/BootKit/Thread.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/Modules/NetBoot/Boot.S b/dev/ZBAKit/Modules/NetBoot/Boot.S
index ec17f347..ee75297d 100644
--- a/dev/ZBAKit/Modules/NetBoot/Boot.S
+++ b/dev/ZBAKit/Modules/NetBoot/Boot.S
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * ZKA
-;; * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */
diff --git a/dev/ZBAKit/Modules/NetBoot/Module.cc b/dev/ZBAKit/Modules/NetBoot/Module.cc
index 6c6f6147..0d6f8c2d 100644
--- a/dev/ZBAKit/Modules/NetBoot/Module.cc
+++ b/dev/ZBAKit/Modules/NetBoot/Module.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* NetBoot
- * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved.
+ * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved.
*
* ========================================================
*/
diff --git a/dev/ZBAKit/Modules/NetBoot/NetBoot.h b/dev/ZBAKit/Modules/NetBoot/NetBoot.h
index f897f861..65832424 100644
--- a/dev/ZBAKit/Modules/NetBoot/NetBoot.h
+++ b/dev/ZBAKit/Modules/NetBoot/NetBoot.h
@@ -2,7 +2,7 @@
* ========================================================
*
* NetBoot
- * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved.
+ * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved.
*
* ========================================================
*/
diff --git a/dev/ZBAKit/Modules/SysChk/Boot.S b/dev/ZBAKit/Modules/SysChk/Boot.S
index 08bd332a..540acc6b 100644
--- a/dev/ZBAKit/Modules/SysChk/Boot.S
+++ b/dev/ZBAKit/Modules/SysChk/Boot.S
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * ZKA
-;; * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */
diff --git a/dev/ZBAKit/Modules/SysChk/Module.cc b/dev/ZBAKit/Modules/SysChk/Module.cc
index 8ee61cdd..413d936e 100644
--- a/dev/ZBAKit/Modules/SysChk/Module.cc
+++ b/dev/ZBAKit/Modules/SysChk/Module.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* NetBoot
- * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved.
+ * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved.
*
* ========================================================
*/
diff --git a/dev/ZBAKit/ReadMe.md b/dev/ZBAKit/ReadMe.md
index 1950260d..02239d3d 100644
--- a/dev/ZBAKit/ReadMe.md
+++ b/dev/ZBAKit/ReadMe.md
@@ -17,4 +17,4 @@ And then execute:
make all
```
-##### Copyright, Amlal EL Mahrouss, all rights reserved.
+##### Copyright, EL Mahrouss Logic, all rights reserved.
diff --git a/dev/ZBAKit/amd64-efi.make b/dev/ZBAKit/amd64-efi.make
index 4c14da25..0ef4cf18 100644
--- a/dev/ZBAKit/amd64-efi.make
+++ b/dev/ZBAKit/amd64-efi.make
@@ -1,5 +1,5 @@
##################################################
-# (c) Amlal EL Mahrouss, all rights reserved.
+# (c) EL Mahrouss Logic, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/ZBAKit/arm64-efi.make b/dev/ZBAKit/arm64-efi.make
index 8c3fb68e..78cd26e9 100644
--- a/dev/ZBAKit/arm64-efi.make
+++ b/dev/ZBAKit/arm64-efi.make
@@ -1,5 +1,5 @@
##################################################
-# (c) Amlal EL Mahrouss, all rights reserved.
+# (c) EL Mahrouss Logic, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/ZBAKit/src/BootFileReader.cc b/dev/ZBAKit/src/BootFileReader.cc
index d923de1e..5fd3e1ad 100644
--- a/dev/ZBAKit/src/BootFileReader.cc
+++ b/dev/ZBAKit/src/BootFileReader.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
File: FileReader.cc
Purpose: New Boot FileReader,
diff --git a/dev/ZBAKit/src/BootString.cc b/dev/ZBAKit/src/BootString.cc
index e60235f9..7f5138d1 100644
--- a/dev/ZBAKit/src/BootString.cc
+++ b/dev/ZBAKit/src/BootString.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
File: String.cc
Purpose: ZBA string library
diff --git a/dev/ZBAKit/src/BootSupport.cc b/dev/ZBAKit/src/BootSupport.cc
index e47362f0..2b5c719a 100644
--- a/dev/ZBAKit/src/BootSupport.cc
+++ b/dev/ZBAKit/src/BootSupport.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/BootTextWriter.cc b/dev/ZBAKit/src/BootTextWriter.cc
index 13ed41cc..3e62ecba 100644
--- a/dev/ZBAKit/src/BootTextWriter.cc
+++ b/dev/ZBAKit/src/BootTextWriter.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
File: String.cc
Purpose: ZBA string library
diff --git a/dev/ZBAKit/src/BootThread.cc b/dev/ZBAKit/src/BootThread.cc
index e7f394bc..2ff8f7df 100644
--- a/dev/ZBAKit/src/BootThread.cc
+++ b/dev/ZBAKit/src/BootThread.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/BootloaderRsrc.rsrc b/dev/ZBAKit/src/BootloaderRsrc.rsrc
index 89477f0e..c4f60e24 100644
--- a/dev/ZBAKit/src/BootloaderRsrc.rsrc
+++ b/dev/ZBAKit/src/BootloaderRsrc.rsrc
@@ -8,11 +8,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "Amlal EL Mahrouss"
+ VALUE "CompanyName", "EL Mahrouss Logic"
VALUE "FileDescription", "ZKA OS Loader."
VALUE "FileVersion", BOOTLOADER_VERSION
VALUE "InternalName", "zbaosldr"
- VALUE "LegalCopyright", "Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved."
+ VALUE "LegalCopyright", "Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved."
VALUE "OriginalFilename", "zbaosldr.exe"
VALUE "ProductName", "zbaosldr"
VALUE "ProductVersion", BOOTLOADER_VERSION
diff --git a/dev/ZBAKit/src/HEL/64X000/Boot64x0.S b/dev/ZBAKit/src/HEL/64X000/Boot64x0.S
index 017df01e..21e99bce 100644
--- a/dev/ZBAKit/src/HEL/64X000/Boot64x0.S
+++ b/dev/ZBAKit/src/HEL/64X000/Boot64x0.S
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc b/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc
index 765870b0..c798647e 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootAHCI.cc
@@ -1,17 +1,17 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
/**
* @file BootAHCI.cc
- * @author Amlal EL Mahrouss (amlalelmahrouss@icloud.com)
+ * @author EL Mahrouss Logic (amlalelmahrouss@icloud.com)
* @brief AHCI support for ZBA.
* @version 0.1
* @date 2024-02-02
*
- * @copyright Copyright (c) Amlal EL Mahrouss
+ * @copyright Copyright (c) EL Mahrouss Logic
*
*/
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootATA.cc b/dev/ZBAKit/src/HEL/AMD64/BootATA.cc
index 353ecd06..25b6b01b 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootATA.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootATA.cc
@@ -1,17 +1,17 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
/**
* @file BootATA.cc
- * @author Amlal EL Mahrouss (amlalelmahrouss@icloud.com)
+ * @author EL Mahrouss Logic (amlalelmahrouss@icloud.com)
* @brief ATA driver.
* @version 0.1
* @date 2024-02-02
*
- * @copyright Copyright (c) Amlal EL Mahrouss
+ * @copyright Copyright (c) EL Mahrouss Logic
*
*/
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
index ac06ee71..b39a0669 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
@@ -155,7 +155,7 @@ EFI_EXTERN_C EFI_API Int32 Main(EfiHandlePtr ImageHandle,
mp->GetNumberOfProcessors(mp, &cnt_disabled, &cnt_enabled);
#ifdef ZBA_USE_FB
- CGDrawString("ZBA (c) Amlal EL Mahrouss", 10, 10, RGB(0xFF, 0xFF, 0xFF));
+ CGDrawString("ZBA (c) EL Mahrouss Logic", 10, 10, RGB(0xFF, 0xFF, 0xFF));
CGDrawString((cnt_enabled > 1) ? "SMP detected." : "Single processor configuration detected.", 20, 10, RGB(0xFF, 0xFF, 0xFF));
#endif // ZBA_USE_FB
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc b/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc
index 35af6b9f..e1ed42d1 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootPlatform.cc
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/HEL/ARM64/BootMain.cc b/dev/ZBAKit/src/HEL/ARM64/BootMain.cc
index 5f7db344..a025c2e0 100644
--- a/dev/ZBAKit/src/HEL/ARM64/BootMain.cc
+++ b/dev/ZBAKit/src/HEL/ARM64/BootMain.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc b/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc
index 90b19abf..7542dbb8 100644
--- a/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc
+++ b/dev/ZBAKit/src/HEL/ARM64/BootPlatform.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S b/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S
index ecbbf209..3ea051e1 100644
--- a/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S
+++ b/dev/ZBAKit/src/HEL/POWER/CoreBootStartup.S
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */
diff --git a/dev/ZBAKit/src/New+Delete.cc b/dev/ZBAKit/src/New+Delete.cc
index e5c4c117..b360d757 100644
--- a/dev/ZBAKit/src/New+Delete.cc
+++ b/dev/ZBAKit/src/New+Delete.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
------------------------------------------- */