diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:55:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 10:55:49 +0100 |
| commit | c8dff0d2bb5a7c622ae7a7831f6ce42ad6635473 (patch) | |
| tree | a22155808898df7b9bf9b5f0254b6ceb3086ab88 /lib/boot.h | |
| parent | b9d6c2fffc397cd8dd9f7948be6f17f24d4f4850 (diff) | |
| parent | a4d3338e4f9ce011180b6d4f599acb4f34bba617 (diff) | |
Merge pull request #10 from nekernel-org/dev
meta: important document improvements.
Diffstat (limited to 'lib/boot.h')
| -rw-r--r-- | lib/boot.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
