We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7ac4f commit 07d04b5Copy full SHA for 07d04b5
aarch64-unknown-none.ld
@@ -4,11 +4,11 @@ ENTRY(ram64_start)
4
DRAM: [0x4000_0000-0xfc00_0000]
5
FDT: [0x4000_0000-0x401f_ffff)
6
ACPI: [0x4020_0000-0x403f_ffff)
7
- payload:[0x4040_0000-0x405f_ffff)
8
- RHF: [0x40600000-]
+ payload:[0x4040_0000-0x443f_ffff)
+ RHF: [0x44400000-]
9
Assuming 2MB is enough to load payload.
10
The stack start is at the end of the RHF region. */
11
-ram_min = 0x40600000;
+ram_min = 0x44400000;
12
13
/* This value must be identical with arch::aarch64::layout::map::dram::KERNEL_START. */
14
PAYLOAD_START = 0x40400000;
0 commit comments