aarch64: add linux image header

This commit is contained in:
2025-07-16 12:03:16 +03:00
parent 21ff433b51
commit 04afd55f35
3 changed files with 24 additions and 11 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
ENTRY(__aarch64_entry);
KERNEL_PHYS_BASE = 0x40080000;
KERNEL_PHYS_BASE = 0x40200000;
KERNEL_VIRT_OFFSET = 0xFFFFFF8000000000;
SECTIONS {
@@ -52,4 +52,5 @@ SECTIONS {
PROVIDE(__bss_size = __bss_end_phys - __bss_start_phys);
PROVIDE(__kernel_end = .);
PROVIDE(__kernel_size = __kernel_end - __kernel_start);
};