Auto-update wiki via make

neoricalex 2026-01-03 16:28:46 +01:00
parent 82b4dde4d8
commit ac366ee966

@ -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 │
└───────────────┘
```