From 0dfb2a95f51c3a3459ee991b23313fc82b0ac598 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 12 Jan 2026 14:56:07 +0100 Subject: fix: ppc64: NeBoot fixes for PowerPC. Signed-off-by: Amlal El Mahrouss --- src/ppc64/ppc64-boot.S | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3