Fix mermaid graph

This commit is contained in:
~erin 2023-04-19 12:32:30 -04:00
parent 23d98a96d9
commit 8c59e825f8
Signed by untrusted user: erin
GPG key ID: 9A8E308CEFA37A47

View file

@ -64,7 +64,7 @@ erDiagram
### Startup Flow ### Startup Flow
```mermaid ```mermaid
flowchart TD flowchart TD
[[Bootloader]] --> kern(Kernel) boot[Bootloader] --> kern(Kernel)
kern --> disk(Read Disk) --> kern --> disk(Read Disk) -->
parse(Parse Configuration) --> run(Run Startup Programs) parse(Parse Configuration) --> run(Run Startup Programs)
parse -.-> sh([Interactive Shell]) parse -.-> sh([Interactive Shell])