From 0e1b114840bab254eec9f253095e3aed6d64b048 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 7 Apr 2024 03:23:39 +0200 Subject: Boot/PPC: Update context version for CoreBoot. --- Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S b/Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S index 876a29fe..0b3cd493 100644 --- a/Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S +++ b/Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S @@ -9,14 +9,14 @@ /* NewOS kernel header begin */ -k_hdr_mag: +boot_hdr_mag: .ascii "LX" -k_hdr_name: +boot_hdr_name: // it has to match ten bytes. - .asciz "New OS\0\0\0\0" -k_hdr_ver: + .asciz "NewBoot\0\0\0" +boot_hdr_ver: .word 0x104 -k_hdr_proc: - .long __bootloader_start +boot_hdr_proc: + .long bootloader_start /* NewOS kernel header end */ \ No newline at end of file -- cgit v1.2.3