diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-07 03:23:39 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-07 03:23:39 +0200 |
| commit | 0e1b114840bab254eec9f253095e3aed6d64b048 (patch) | |
| tree | 131e650c783adaa527babe124a03139ee7cf4e11 | |
| parent | 4f4ca1c5ce3a87b0b59249bd8d34aafb20bc0909 (diff) | |
Boot/PPC: Update context version for CoreBoot.
| -rw-r--r-- | Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S | 12 |
1 files 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 |
