diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-14 11:52:02 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-01-14 11:54:18 +0100 |
| commit | 99826c21b9da1c3a74fd8b3ebc08c7f8dbfadd30 (patch) | |
| tree | 6cfa8f7d18ed018917ea5609aeba1d870cd4e27a /dev/Boot | |
| parent | 39d565d61bb9f9926806bb87abb48f93d0b981f8 (diff) | |
T& Labs's ZKA, Multi-Processor Operating System.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot')
35 files changed, 40 insertions, 40 deletions
diff --git a/dev/Boot/BootKit/BitManip.h b/dev/Boot/BootKit/BitManip.h index 6e9c8685..82ea04f3 100644 --- a/dev/Boot/BootKit/BitManip.h +++ b/dev/Boot/BootKit/BitManip.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index 69efb275..2d39265a 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/BootThread.h b/dev/Boot/BootKit/BootThread.h index 16de077a..ac1c5ad4 100644 --- a/dev/Boot/BootKit/BootThread.h +++ b/dev/Boot/BootKit/BootThread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/Device.h b/dev/Boot/BootKit/Device.h index 6b49e459..c9f0953a 100644 --- a/dev/Boot/BootKit/Device.h +++ b/dev/Boot/BootKit/Device.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/EPM.h b/dev/Boot/BootKit/EPM.h index 67b81582..472f25da 100644 --- a/dev/Boot/BootKit/EPM.h +++ b/dev/Boot/BootKit/EPM.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/HW/ATA.h b/dev/Boot/BootKit/HW/ATA.h index 3b7b1557..61fc4bf4 100644 --- a/dev/Boot/BootKit/HW/ATA.h +++ b/dev/Boot/BootKit/HW/ATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/HW/SATA.h b/dev/Boot/BootKit/HW/SATA.h index 1add9f51..d059cf0d 100644 --- a/dev/Boot/BootKit/HW/SATA.h +++ b/dev/Boot/BootKit/HW/SATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/Platform.h b/dev/Boot/BootKit/Platform.h index cbca9b6a..6faa6495 100644 --- a/dev/Boot/BootKit/Platform.h +++ b/dev/Boot/BootKit/Platform.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/Protocol.h b/dev/Boot/BootKit/Protocol.h index 423913cf..4ae20c48 100644 --- a/dev/Boot/BootKit/Protocol.h +++ b/dev/Boot/BootKit/Protocol.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/BootKit/Support.h b/dev/Boot/BootKit/Support.h index c2e6cffb..1848d5b5 100644 --- a/dev/Boot/BootKit/Support.h +++ b/dev/Boot/BootKit/Support.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/Mod/NetBoot/Boot.S b/dev/Boot/Mod/NetBoot/Boot.S index 0cae56b4..6f92cac0 100644 --- a/dev/Boot/Mod/NetBoot/Boot.S +++ b/dev/Boot/Mod/NetBoot/Boot.S @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * BootZ -;; * Copyright (C) 2024, t& Corporation, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, t& Labs, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/Boot/Mod/NetBoot/NetBoot.cc b/dev/Boot/Mod/NetBoot/NetBoot.cc index 17ed091c..ae4eaac1 100644 --- a/dev/Boot/Mod/NetBoot/NetBoot.cc +++ b/dev/Boot/Mod/NetBoot/NetBoot.cc @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, t& Corporation, all rights reserved., all rights reserved. + * Copyright (C) 2024, t& Labs, all rights reserved., all rights reserved. * * ======================================================== */ diff --git a/dev/Boot/Mod/NetBoot/NetBoot.h b/dev/Boot/Mod/NetBoot/NetBoot.h index ed2e0968..00f15aad 100644 --- a/dev/Boot/Mod/NetBoot/NetBoot.h +++ b/dev/Boot/Mod/NetBoot/NetBoot.h @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024-2025, t& Corporation, all rights reserved., all rights reserved. + * Copyright (C) 2024-2025, t& Labs, all rights reserved., all rights reserved. * * ======================================================== */ diff --git a/dev/Boot/Mod/SysChk/Boot.S b/dev/Boot/Mod/SysChk/Boot.S index ec6507db..9d6f3bca 100644 --- a/dev/Boot/Mod/SysChk/Boot.S +++ b/dev/Boot/Mod/SysChk/Boot.S @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * BootZ -;; * Copyright (C) 2024, t& Corporation, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, t& Labs, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc index 15efc71f..7202dfb5 100644 --- a/dev/Boot/Mod/SysChk/Module.cc +++ b/dev/Boot/Mod/SysChk/Module.cc @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, t& Corporation, all rights reserved., all rights reserved. + * Copyright (C) 2024, t& Labs, all rights reserved., all rights reserved. * * ======================================================== */ diff --git a/dev/Boot/ReadMe.md b/dev/Boot/ReadMe.md index 866fb013..64c42b36 100644 --- a/dev/Boot/ReadMe.md +++ b/dev/Boot/ReadMe.md @@ -17,4 +17,4 @@ And then execute: make all ``` -##### Copyright, t& Corporation, all rights reserved. +##### Copyright, t& Labs, all rights reserved. diff --git a/dev/Boot/amd64-desktop.make b/dev/Boot/amd64-desktop.make index b3d5e905..5f7e428d 100644 --- a/dev/Boot/amd64-desktop.make +++ b/dev/Boot/amd64-desktop.make @@ -1,5 +1,5 @@ ################################################## -# (c) t& Corporation, all rights reserved. +# (c) t& Labs, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/Boot/arm64-desktop.make b/dev/Boot/arm64-desktop.make index a72dd328..24168092 100644 --- a/dev/Boot/arm64-desktop.make +++ b/dev/Boot/arm64-desktop.make @@ -1,5 +1,5 @@ ################################################## -# (c) t& Corporation, all rights reserved. +# (c) t& Labs, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/Boot/arm64-mobile.make b/dev/Boot/arm64-mobile.make index e65411ef..d700c717 100644 --- a/dev/Boot/arm64-mobile.make +++ b/dev/Boot/arm64-mobile.make @@ -1,5 +1,5 @@ ################################################## -# (c) t& Corporation, all rights reserved. +# (c) t& Labs, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/Boot/src/BootFileReader.cc b/dev/Boot/src/BootFileReader.cc index 1c3b6ad0..a90edd77 100644 --- a/dev/Boot/src/BootFileReader.cc +++ b/dev/Boot/src/BootFileReader.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. File: FileReader.cc Purpose: New Boot FileReader, diff --git a/dev/Boot/src/BootString.cc b/dev/Boot/src/BootString.cc index 6f2cae56..4423f124 100644 --- a/dev/Boot/src/BootString.cc +++ b/dev/Boot/src/BootString.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. File: BootString.cc Purpose: BootZ string library diff --git a/dev/Boot/src/BootSupport.cc b/dev/Boot/src/BootSupport.cc index 564b1ea9..43975cea 100644 --- a/dev/Boot/src/BootSupport.cc +++ b/dev/Boot/src/BootSupport.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/BootTextWriter.cc b/dev/Boot/src/BootTextWriter.cc index 2b93050d..ed286c2b 100644 --- a/dev/Boot/src/BootTextWriter.cc +++ b/dev/Boot/src/BootTextWriter.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. File: BootTextWriter.cc Purpose: BootZ string library diff --git a/dev/Boot/src/BootThread.cc b/dev/Boot/src/BootThread.cc index 276c0053..cf58e26e 100644 --- a/dev/Boot/src/BootThread.cc +++ b/dev/Boot/src/BootThread.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/BootloaderRsrc.rsrc b/dev/Boot/src/BootloaderRsrc.rsrc index 5addb4a0..bce9ffd9 100644 --- a/dev/Boot/src/BootloaderRsrc.rsrc +++ b/dev/Boot/src/BootloaderRsrc.rsrc @@ -8,11 +8,11 @@ BEGIN BEGIN BLOCK "080904E4" BEGIN - VALUE "CompanyName", "t& Corporation" + VALUE "CompanyName", "t& Labs" VALUE "FileDescription", "ZKA OS Loader." VALUE "FileVersion", BOOTLOADER_VERSION VALUE "InternalName", "zbaosldr" - VALUE "LegalCopyright", "Copyright (C) 2024, t& Corporation all rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2024, t& Labs all rights reserved." VALUE "OriginalFilename", "zbaosldr.exe" VALUE "ProductName", "zbaosldr" VALUE "ProductVersion", BOOTLOADER_VERSION diff --git a/dev/Boot/src/HEL/64X000/Boot64x0.S b/dev/Boot/src/HEL/64X000/Boot64x0.S index dc2dd86b..24d09403 100644 --- a/dev/Boot/src/HEL/64X000/Boot64x0.S +++ b/dev/Boot/src/HEL/64X000/Boot64x0.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/AMD64/BootATA.cc b/dev/Boot/src/HEL/AMD64/BootATA.cc index bd2c7921..2f6eed2a 100644 --- a/dev/Boot/src/HEL/AMD64/BootATA.cc +++ b/dev/Boot/src/HEL/AMD64/BootATA.cc @@ -1,17 +1,17 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ /** * @file BootATA.cc - * @author Amlal EL Mahrouss (amlalelmahrouss@icloud.com) + * @author t& Labs (amlalelmahrouss@icloud.com) * @brief ATA driver. * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) t& Corporation + * @copyright Copyright (c) t& Labs * */ diff --git a/dev/Boot/src/HEL/AMD64/BootPlatform.cc b/dev/Boot/src/HEL/AMD64/BootPlatform.cc index fec13cee..fd84afc0 100644 --- a/dev/Boot/src/HEL/AMD64/BootPlatform.cc +++ b/dev/Boot/src/HEL/AMD64/BootPlatform.cc @@ -1,7 +1,7 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/AMD64/BootSATA.cc b/dev/Boot/src/HEL/AMD64/BootSATA.cc index 7c7a9277..f9dc458f 100644 --- a/dev/Boot/src/HEL/AMD64/BootSATA.cc +++ b/dev/Boot/src/HEL/AMD64/BootSATA.cc @@ -1,17 +1,17 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ /** * @file BootAHCI.cc - * @author Amlal EL Mahrouss (amlalelmahrouss@icloud.com) + * @author t& Labs (amlalelmahrouss@icloud.com) * @brief SATA support for BootZ. * @version 0.1 * @date 2024-02-02 * - * @copyright Copyright (c) t& Corporation + * @copyright Copyright (c) t& Labs * */ diff --git a/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc b/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc index 2ecb421b..2b94b725 100644 --- a/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc +++ b/dev/Boot/src/HEL/AMD64/EFIBootStartup.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/ARM64/BootPlatform.cc b/dev/Boot/src/HEL/ARM64/BootPlatform.cc index 2ee9d64f..88bfb57c 100644 --- a/dev/Boot/src/HEL/ARM64/BootPlatform.cc +++ b/dev/Boot/src/HEL/ARM64/BootPlatform.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S b/dev/Boot/src/HEL/ARM64/CoreBootStartup.S index 1c3f0878..b3f0319f 100644 --- a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S +++ b/dev/Boot/src/HEL/ARM64/CoreBootStartup.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc b/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc index 353f4eba..179e582b 100644 --- a/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc +++ b/dev/Boot/src/HEL/ARM64/EFIBootStartup.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/HEL/POWER/CoreBootStartup.S b/dev/Boot/src/HEL/POWER/CoreBootStartup.S index 7c8bf8d4..d4baa5f6 100644 --- a/dev/Boot/src/HEL/POWER/CoreBootStartup.S +++ b/dev/Boot/src/HEL/POWER/CoreBootStartup.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ diff --git a/dev/Boot/src/New+Delete.cc b/dev/Boot/src/New+Delete.cc index 17fac7c4..e5c157d4 100644 --- a/dev/Boot/src/New+Delete.cc +++ b/dev/Boot/src/New+Delete.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, t& Corporation, all rights reserved. + Copyright (C) 2024, t& Labs, all rights reserved. ------------------------------------------- */ |
