We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a79de commit ceb37e7Copy full SHA for ceb37e7
libcpu/aarch64/cortex-a/entry_point.S
@@ -57,7 +57,7 @@
57
/*
58
* Our goal is to boot the rt-thread as possible without modifying the
59
* bootloader's config, so we use the kernel's boot header for ARM64:
60
- * https://www.kernel.org/doc/html/latest/arm64/booting.html#call-the-kernel-image
+ * https://www.kernel.org/doc/html/latest/arch/arm64/booting.html#call-the-kernel-image
61
*/
62
_head:
63
b _start /* Executable code */
0 commit comments