summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/NewBoot/Source/HEL/PowerPC/BootPowerPC.S12
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