diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-14 21:49:56 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-14 21:49:56 +0200 |
| commit | 74d03a91ea9fa5f7351315b2f94910cc79ecdd9f (patch) | |
| tree | 42d65b84b18dd4f62c335543d23ed9b8d1a25425 /dev/boot/src | |
| parent | a6c63bfcb1122506ed73707a72047e47e39c1f40 (diff) | |
fix: Fix CB header regarding NeKernel.org's `/fw` repo.
why?
- In order to prevent future issues.
next:
- More ARM64 commits are coming.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/boot/src')
| -rw-r--r-- | dev/boot/src/HEL/ARM64/BootCB.S | 4 | ||||
| -rw-r--r-- | dev/boot/src/HEL/POWER/BootCB.S | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/boot/src/HEL/ARM64/BootCB.S b/dev/boot/src/HEL/ARM64/BootCB.S index 0c12c6c7..3b0e1737 100644 --- a/dev/boot/src/HEL/ARM64/BootCB.S +++ b/dev/boot/src/HEL/ARM64/BootCB.S @@ -15,9 +15,9 @@ boot_hdr_mag: .ascii "CB" boot_hdr_name: // it has to match ten bytes. - .asciz "bootz\0\0" + .asciz "bootz\0\0\0" boot_hdr_ver: - .word 0x104 + .word 0x101 boot_hdr_proc: .long bootloader_start diff --git a/dev/boot/src/HEL/POWER/BootCB.S b/dev/boot/src/HEL/POWER/BootCB.S index dae28871..3887ff10 100644 --- a/dev/boot/src/HEL/POWER/BootCB.S +++ b/dev/boot/src/HEL/POWER/BootCB.S @@ -15,7 +15,7 @@ boot_hdr_name: // it has to match ten bytes. .asciz "bootz\0\0\0" boot_hdr_ver: - .word 0x104 + .word 0x101 boot_hdr_proc: .long bootloader_start |
