Procházet zdrojové kódy

[AARCH64] Update kernel's boot link for ARM64

Signed-off-by: GuEe-GUI <2991707448@qq.com>
GuEe-GUI před 7 měsíci
rodič
revize
d41a0351db
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      libcpu/aarch64/cortex-a/entry_point.S

+ 1 - 1
libcpu/aarch64/cortex-a/entry_point.S

@@ -57,7 +57,7 @@
 /*
  * Our goal is to boot the rt-thread as possible without modifying the
  * bootloader's config, so we use the kernel's boot header for ARM64:
- *   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
  */
 _head:
     b       _start          /* Executable code */