summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Boot/src')
-rw-r--r--dev/Boot/src/BootloaderRsrc.rsrc6
-rw-r--r--dev/Boot/src/HEL/64X000/BootCB.S (renamed from dev/Boot/src/HEL/64X000/Boot64x0.S)2
-rw-r--r--dev/Boot/src/HEL/ARM64/BootCB.S (renamed from dev/Boot/src/HEL/ARM64/CoreBootStartup.S)2
-rw-r--r--dev/Boot/src/HEL/POWER/BootCB.S2
4 files changed, 6 insertions, 6 deletions
diff --git a/dev/Boot/src/BootloaderRsrc.rsrc b/dev/Boot/src/BootloaderRsrc.rsrc
index 47623fbc..8baa8c3d 100644
--- a/dev/Boot/src/BootloaderRsrc.rsrc
+++ b/dev/Boot/src/BootloaderRsrc.rsrc
@@ -11,10 +11,10 @@ BEGIN
VALUE "CompanyName", "Amlal EL Mahrouss"
VALUE "FileDescription", "NeKernel OS Loader."
VALUE "FileVersion", BOOTLOADER_VERSION
- VALUE "InternalName", "zbaosldr"
+ VALUE "InternalName", "bootz"
VALUE "LegalCopyright", "Copyright (C) 2024, Amlal EL Mahrouss all rights reserved."
- VALUE "OriginalFilename", "zbaosldr.exe"
- VALUE "ProductName", "zbaosldr"
+ VALUE "OriginalFilename", "bootz.exe"
+ VALUE "ProductName", "bootz"
VALUE "ProductVersion", BOOTLOADER_VERSION
END
END
diff --git a/dev/Boot/src/HEL/64X000/Boot64x0.S b/dev/Boot/src/HEL/64X000/BootCB.S
index ff6726ee..f286f449 100644
--- a/dev/Boot/src/HEL/64X000/Boot64x0.S
+++ b/dev/Boot/src/HEL/64X000/BootCB.S
@@ -13,7 +13,7 @@ boot_hdr_mag:
.ascii "CB"
boot_hdr_name:
// it has to match ten bytes.
- .asciz "zbaosldr\0\0"
+ .asciz "bootz\0\0\0"
boot_hdr_ver:
.word 0x104
boot_hdr_proc:
diff --git a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S b/dev/Boot/src/HEL/ARM64/BootCB.S
index a62cf434..2d1ff60c 100644
--- a/dev/Boot/src/HEL/ARM64/CoreBootStartup.S
+++ b/dev/Boot/src/HEL/ARM64/BootCB.S
@@ -15,7 +15,7 @@ boot_hdr_mag:
.ascii "CB"
boot_hdr_name:
// it has to match ten bytes.
- .asciz "zbaosldr\0\0"
+ .asciz "bootz\0\0"
boot_hdr_ver:
.word 0x104
boot_hdr_proc:
diff --git a/dev/Boot/src/HEL/POWER/BootCB.S b/dev/Boot/src/HEL/POWER/BootCB.S
index a13b0cb1..2b64f8c1 100644
--- a/dev/Boot/src/HEL/POWER/BootCB.S
+++ b/dev/Boot/src/HEL/POWER/BootCB.S
@@ -13,7 +13,7 @@ boot_hdr_mag:
.ascii "CB"
boot_hdr_name:
// it has to match ten bytes.
- .asciz "zbaosldr\0\0"
+ .asciz "bootz\0\0\0"
boot_hdr_ver:
.word 0x104
boot_hdr_proc: