From a4d3338e4f9ce011180b6d4f599acb4f34bba617 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 16 Nov 2025 14:21:16 +0100 Subject: meta: important document improvements. Signed-off-by: Amlal El Mahrouss --- lib/boot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/boot.h') diff --git a/lib/boot.h b/lib/boot.h index 8a28eff..719f782 100644 --- a/lib/boot.h +++ b/lib/boot.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. + Copyright (C) 2024, Amlal El Mahrouss, all rights reserved. ------------------------------------------- */ @@ -180,7 +180,7 @@ typedef void (*cb_proc_t)(); typedef char ascii_char_t; /// @brief Linear Executable Header -/// @author Amlal EL Mahrouss (Amlal EL Mahrouss) +/// @author Amlal El Mahrouss (Amlal El Mahrouss) struct __attribute__((aligned(4))) cb_boot_header { const ascii_char_t h_mag[2]; // magic number const ascii_char_t h_name[10]; // operating system name -- cgit v1.2.3