Update doc

This commit is contained in:
Lee Lup Yuen 2023-11-09 12:32:55 +08:00
parent aa9f537f8a
commit 6dafa7da8d

View file

@ -1460,7 +1460,8 @@ That's because we haven't loaded the Initial RAM Disk! Let's fix this later.
```mermaid
flowchart TD
START --> jh7110_head["`__NuttX Boot Code: jh7110_head__<br>(Prints "123")`"]
START --> jh7110_head
click jh7110_head href "https://github.com/lupyuen2/wip-pinephone-nuttx/blob/ox64/arch/risc-v/src/jh7110/jh7110_head.S#L41-L156" "arch/risc-v/src/jh7110/jh7110_head.S" _blank
```
[__: __](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/ox64/arch/risc-v/src/jh7110/jh7110_head.S#L41-L156) prints "123" and calls...