From ac366ee966f27789985e6cdfba81a26140822754 Mon Sep 17 00:00:00 2001 From: neoricalex Date: Sat, 3 Jan 2026 16:28:46 +0100 Subject: [PATCH] Auto-update wiki via make --- Architecture.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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