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/Source/Arch | |
| 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/Source/Arch')
| -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 |
7 files changed, 7 insertions, 7 deletions
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. * * ======================================================== */ |
