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 1564735 commit d41a035Copy full SHA for d41a035
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