Fix mermaid graph

main
~erin 2023-04-19 12:32:30 -04:00
parent 23d98a96d9
commit 8c59e825f8
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 1 additions and 1 deletions

View File

@ -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])