diff --git a/Architecture.md b/Architecture.md index e69de29..e3d01aa 100644 --- a/Architecture.md +++ b/Architecture.md @@ -0,0 +1,22 @@ +``` +┌───────────────┐ +│ Kernel │ +│ │ +│ console=tty0 │─── VGA (mensagens kernel) +│ console=ttyS0 │─── Serial (debug) +└───────┬───────┘ + │ +┌───────▼───────┐ +│ init (PID 1) │ +│ │ +│ chvt 1 │ +│ setsid │ +│ exec tty1 │ +└───────┬───────┘ + │ +┌───────▼───────┐ +│ Neurotron │ +│ Dashboard v2 │ +│ Corpo visual │ +└───────────────┘ +``` \ No newline at end of file