diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-12 14:56:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-12 14:56:07 +0100 |
| commit | 0dfb2a95f51c3a3459ee991b23313fc82b0ac598 (patch) | |
| tree | 2250de9d9a337b5a1c951df5d208d25719ebaa52 /src/ppc64 | |
| parent | 04abfb60bc52b7b4235202e0c409821cc63c585a (diff) | |
fix: ppc64: NeBoot fixes for PowerPC.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/ppc64')
| -rw-r--r-- | src/ppc64/ppc64-boot.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ppc64/ppc64-boot.S b/src/ppc64/ppc64-boot.S index 33cbd01..6bf3c29 100644 --- a/src/ppc64/ppc64-boot.S +++ b/src/ppc64/ppc64-boot.S @@ -1,7 +1,9 @@ +/*
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/nekernel-org/neboot
+*/
.balign 4
.section .text
|
