diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 12:43:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 12:43:24 +0100 |
| commit | ae89bf9564c59ea3aee10f175d473e562af793f8 (patch) | |
| tree | edd0f19b3fe1939fa23e9985a7ed14fe5b48fbe9 /newBoot | |
| parent | 5d712c34f9254351e5c9f6fd4c465b42114661d0 (diff) | |
h-core: update copyright year.
add linker json for PEF targets.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'newBoot')
| -rw-r--r-- | newBoot/BootKit/Boot.hpp | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/ATA.cxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/BIOSRuntime.cxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/BIOSRuntime0.asm | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/BootAMD64.cxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/EFIApi.hxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/Arch/AMD64/Processor.cxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/MPT/API.cxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/MPT/API.hxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/MPT/Detail.hxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/MPT/FileType.hxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/MPT/MPT.hxx | 2 | ||||
| -rw-r--r-- | newBoot/Source/Start.cxx | 2 | ||||
| -rw-r--r-- | newBoot/cxxKitModule/__cxxkit_unwind.cxx | 2 | ||||
| -rw-r--r-- | newBoot/netBootModule/manifest.json | 4 | ||||
| -rw-r--r-- | newBoot/netBootModule/module.cxx | 4 |
17 files changed, 19 insertions, 19 deletions
diff --git a/newBoot/BootKit/Boot.hpp b/newBoot/BootKit/Boot.hpp index b7199f08..fabc6186 100644 --- a/newBoot/BootKit/Boot.hpp +++ b/newBoot/BootKit/Boot.hpp @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/Arch/AMD64/ATA.cxx b/newBoot/Source/Arch/AMD64/ATA.cxx index ce905639..7bcd304a 100644 --- a/newBoot/Source/Arch/AMD64/ATA.cxx +++ b/newBoot/Source/Arch/AMD64/ATA.cxx @@ -1,5 +1,5 @@ /* - * Copyright Mahrouss Logic, all rights reserved + * Copyright 2024 Mahrouss Logic, all rights reserved */ #include "ATA.hxx" diff --git a/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx b/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx index 611a48c4..a9cb4fe4 100644 --- a/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx +++ b/newBoot/Source/Arch/AMD64/BIOSRuntime.cxx @@ -1,5 +1,5 @@ /* -* Copyright Mahrouss Logic, all rights reserved +* Copyright 2024 Mahrouss Logic, all rights reserved */ #include <BootKit/Boot.hpp> diff --git a/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm b/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm index 3a690d99..f5ba44ec 100644 --- a/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm +++ b/newBoot/Source/Arch/AMD64/BIOSRuntime0.asm @@ -1,4 +1,4 @@ -;; Copyright Mahrouss Logic, all rights reserved +;; Copyright 2024 Mahrouss Logic, all rights reserved extern __runtime_stack global NBRuntimeZero diff --git a/newBoot/Source/Arch/AMD64/BootAMD64.cxx b/newBoot/Source/Arch/AMD64/BootAMD64.cxx index d25d4cf1..5543a34f 100644 --- a/newBoot/Source/Arch/AMD64/BootAMD64.cxx +++ b/newBoot/Source/Arch/AMD64/BootAMD64.cxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/Arch/AMD64/EFIApi.hxx b/newBoot/Source/Arch/AMD64/EFIApi.hxx index 1f779b57..23e7b088 100644 --- a/newBoot/Source/Arch/AMD64/EFIApi.hxx +++ b/newBoot/Source/Arch/AMD64/EFIApi.hxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx b/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx index 45fa2937..dcfe84c2 100644 --- a/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx +++ b/newBoot/Source/Arch/AMD64/EFIApiCrt0.cxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/Arch/AMD64/Processor.cxx b/newBoot/Source/Arch/AMD64/Processor.cxx index 65cf85cb..18b5e8e7 100644 --- a/newBoot/Source/Arch/AMD64/Processor.cxx +++ b/newBoot/Source/Arch/AMD64/Processor.cxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot -* Copyright Mahrouss Logic, all rights reserved. +* Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/MPT/API.cxx b/newBoot/Source/MPT/API.cxx index 3b003cda..c5e31d7f 100644 --- a/newBoot/Source/MPT/API.cxx +++ b/newBoot/Source/MPT/API.cxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/MPT/API.hxx b/newBoot/Source/MPT/API.hxx index 1439c128..1c5123b1 100644 --- a/newBoot/Source/MPT/API.hxx +++ b/newBoot/Source/MPT/API.hxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/MPT/Detail.hxx b/newBoot/Source/MPT/Detail.hxx index efde463b..12212b01 100644 --- a/newBoot/Source/MPT/Detail.hxx +++ b/newBoot/Source/MPT/Detail.hxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot -* Copyright Mahrouss Logic, all rights reserved. +* Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/MPT/FileType.hxx b/newBoot/Source/MPT/FileType.hxx index 4d7a5cf2..fe0ff322 100644 --- a/newBoot/Source/MPT/FileType.hxx +++ b/newBoot/Source/MPT/FileType.hxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/MPT/MPT.hxx b/newBoot/Source/MPT/MPT.hxx index d407a2f2..cd97b113 100644 --- a/newBoot/Source/MPT/MPT.hxx +++ b/newBoot/Source/MPT/MPT.hxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/Source/Start.cxx b/newBoot/Source/Start.cxx index 462708ca..0dbe1de0 100644 --- a/newBoot/Source/Start.cxx +++ b/newBoot/Source/Start.cxx @@ -2,7 +2,7 @@ * ======================================================== * * newBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/newBoot/cxxKitModule/__cxxkit_unwind.cxx b/newBoot/cxxKitModule/__cxxkit_unwind.cxx index 2935e9bf..477b6302 100644 --- a/newBoot/cxxKitModule/__cxxkit_unwind.cxx +++ b/newBoot/cxxKitModule/__cxxkit_unwind.cxx @@ -1,6 +1,6 @@ namespace cxxkit { - ///! @brief C++ ABI pushes + ///! @brief C++ ABI unwinding ///! finis array (r1) ///! n of finis (r2) void __unwind(void(**finis)(void), int cnt) diff --git a/newBoot/netBootModule/manifest.json b/newBoot/netBootModule/manifest.json index ffe5873e..1a177877 100644 --- a/newBoot/netBootModule/manifest.json +++ b/newBoot/netBootModule/manifest.json @@ -1,4 +1,4 @@ { - "pluginName": "NetBoot", - "description": "Use NetBoot to boot your phone from the network." + "pluginName": "internetBoot", + "description": "internetBoot your device from the network." }
\ No newline at end of file diff --git a/newBoot/netBootModule/module.cxx b/newBoot/netBootModule/module.cxx index 286d9c50..759e5cfe 100644 --- a/newBoot/netBootModule/module.cxx +++ b/newBoot/netBootModule/module.cxx @@ -2,12 +2,12 @@ * ======================================================== * * NetBoot - * Copyright Mahrouss Logic, all rights reserved. + * Copyright 2024 Mahrouss Logic, all rights reserved. * * ======================================================== */ -extern "C" void __dmain(const char* ip, long iplen) +extern "C" void __Module(const char* ip, long iplen) { } |
