Fix mermaid graph
This commit is contained in:
parent
23d98a96d9
commit
8c59e825f8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ erDiagram
|
|||
### Startup Flow
|
||||
```mermaid
|
||||
flowchart TD
|
||||
[[Bootloader]] --> kern(Kernel)
|
||||
boot[Bootloader] --> kern(Kernel)
|
||||
kern --> disk(Read Disk) -->
|
||||
parse(Parse Configuration) --> run(Run Startup Programs)
|
||||
parse -.-> sh([Interactive Shell])
|
||||
|
|
Loading…
Reference in a new issue