diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 08:55:09 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-27 08:55:09 +0100 |
| commit | e159d3895e29f38ec1345d396a593a04b7475b92 (patch) | |
| tree | 5be83ae6f069465780504a642f00955aa3e7b509 /src/boot/BootKit | |
| parent | 9e746d42d2e3faa526f12ba222f5ee6924dd30f9 (diff) | |
kernel! giant source code refactor.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/BootKit')
| -rw-r--r-- | src/boot/BootKit/BitManip.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/BootKit.h | 13 | ||||
| -rw-r--r-- | src/boot/BootKit/BootThread.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/Config.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/Device.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/EPM.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/HW/ATA.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/HW/SATA.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/Platform.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/Protocol.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/Qr.h | 4 | ||||
| -rw-r--r-- | src/boot/BootKit/QrPrelude.h | 8 | ||||
| -rw-r--r-- | src/boot/BootKit/Shared/base.h | 4 | ||||
| -rw-r--r-- | src/boot/BootKit/Shared/bit.h | 4 | ||||
| -rw-r--r-- | src/boot/BootKit/Support.h | 8 |
15 files changed, 48 insertions, 65 deletions
diff --git a/src/boot/BootKit/BitManip.h b/src/boot/BootKit/BitManip.h index 32795328..ea64ece7 100644 --- a/src/boot/BootKit/BitManip.h +++ b/src/boot/BootKit/BitManip.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef __BITMANIP_H__ #define __BITMANIP_H__ diff --git a/src/boot/BootKit/BootKit.h b/src/boot/BootKit/BootKit.h index c7057d4b..2add0fcc 100644 --- a/src/boot/BootKit/BootKit.h +++ b/src/boot/BootKit/BootKit.h @@ -1,13 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ - -/***********************************************************************************/ -/// @file BootKit.h -/// @brief Bootloader Application Programming Interface. -/***********************************************************************************/ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef __BOOTKIT_H__ #define __BOOTKIT_H__ diff --git a/src/boot/BootKit/BootThread.h b/src/boot/BootKit/BootThread.h index cde4e65e..57fe5754 100644 --- a/src/boot/BootKit/BootThread.h +++ b/src/boot/BootKit/BootThread.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_BOOTTHREAD_H #define BOOTKIT_BOOTTHREAD_H diff --git a/src/boot/BootKit/Config.h b/src/boot/BootKit/Config.h index 42063d45..11832840 100644 --- a/src/boot/BootKit/Config.h +++ b/src/boot/BootKit/Config.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef __BOOTKIT_CONFIG_H__ #define __BOOTKIT_CONFIG_H__ diff --git a/src/boot/BootKit/Device.h b/src/boot/BootKit/Device.h index e54d0bf1..728133c7 100644 --- a/src/boot/BootKit/Device.h +++ b/src/boot/BootKit/Device.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef __BOOTKIT_DEVICE_H__ #define __BOOTKIT_DEVICE_H__ diff --git a/src/boot/BootKit/EPM.h b/src/boot/BootKit/EPM.h index 5657337a..407e995b 100644 --- a/src/boot/BootKit/EPM.h +++ b/src/boot/BootKit/EPM.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef __BOOTKIT_EPM_H__ #define __BOOTKIT_EPM_H__ diff --git a/src/boot/BootKit/HW/ATA.h b/src/boot/BootKit/HW/ATA.h index db35fa64..aeaa003a 100644 --- a/src/boot/BootKit/HW/ATA.h +++ b/src/boot/BootKit/HW/ATA.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_ATA_H #define BOOTKIT_ATA_H diff --git a/src/boot/BootKit/HW/SATA.h b/src/boot/BootKit/HW/SATA.h index 90f7afbb..ab1b8196 100644 --- a/src/boot/BootKit/HW/SATA.h +++ b/src/boot/BootKit/HW/SATA.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_SATA_H #define BOOTKIT_SATA_H diff --git a/src/boot/BootKit/Platform.h b/src/boot/BootKit/Platform.h index 242716c5..61910bdb 100644 --- a/src/boot/BootKit/Platform.h +++ b/src/boot/BootKit/Platform.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_PLATFORM_H #define BOOTKIT_PLATFORM_H diff --git a/src/boot/BootKit/Protocol.h b/src/boot/BootKit/Protocol.h index 6b4544ce..efae47ae 100644 --- a/src/boot/BootKit/Protocol.h +++ b/src/boot/BootKit/Protocol.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_PROTOCOL_H #define BOOTKIT_PROTOCOL_H diff --git a/src/boot/BootKit/Qr.h b/src/boot/BootKit/Qr.h index a07e03c9..33e72051 100644 --- a/src/boot/BootKit/Qr.h +++ b/src/boot/BootKit/Qr.h @@ -1,3 +1,7 @@ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel + #ifndef QR_H #define QR_H diff --git a/src/boot/BootKit/QrPrelude.h b/src/boot/BootKit/QrPrelude.h index 0717db6a..d9b30df3 100644 --- a/src/boot/BootKit/QrPrelude.h +++ b/src/boot/BootKit/QrPrelude.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_QRPRELUDE_H #define BOOTKIT_QRPRELUDE_H diff --git a/src/boot/BootKit/Shared/base.h b/src/boot/BootKit/Shared/base.h index c95db0cc..4d2d9a91 100644 --- a/src/boot/BootKit/Shared/base.h +++ b/src/boot/BootKit/Shared/base.h @@ -1,3 +1,7 @@ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel + #ifndef UTL_BASE_H #define UTL_BASE_H diff --git a/src/boot/BootKit/Shared/bit.h b/src/boot/BootKit/Shared/bit.h index 1ac29c89..74143bbc 100644 --- a/src/boot/BootKit/Shared/bit.h +++ b/src/boot/BootKit/Shared/bit.h @@ -1,3 +1,7 @@ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel + #ifndef UTL_BIT_H #define UTL_BIT_H diff --git a/src/boot/BootKit/Support.h b/src/boot/BootKit/Support.h index b51112ef..bcb13827 100644 --- a/src/boot/BootKit/Support.h +++ b/src/boot/BootKit/Support.h @@ -1,8 +1,6 @@ -/* ======================================== - - Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - -======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/nekernel #ifndef BOOTKIT_SUPPORT_H #define BOOTKIT_SUPPORT_H |
