mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
Update doc
This commit is contained in:
parent
aa9f537f8a
commit
6dafa7da8d
1 changed files with 2 additions and 1 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue