Some checks failed
Build NFDOS ISO / build (push) Has been cancelled
53 lines
4.3 KiB
Markdown
53 lines
4.3 KiB
Markdown
<!--
|
|
notas uteis:
|
|
grep -n "^[ ]\+" /home/neo/Público/nfdos/src/Makefile.am
|
|
grep -n "^[ ]\+" /home/neo/Público/nfdos/configure.ac
|
|
file Makefile.am
|
|
file src/Makefile.am
|
|
file configure.ac
|
|
cat -A Makefile.am | grep '\^I'
|
|
cat -A src/Makefile.am | grep '\^I'
|
|
cat -A configure.ac | grep '\^I'
|
|
nl -ba Makefile | sed -n '770,790p'
|
|
grep -n "^[ ]" Makefile | head
|
|
|
|
grep -E 'X86_PGE|X86_PSE|X86_PSE36|X86_VME|X86_PVI|SMAP|SMEP|RANDOMIZE_BASE|PAGE_TABLE_ISOLATION' src/_nfdos/kernel/linux/.config
|
|
grep -E '^CONFIG_CR4' src/_nfdos/kernel/linux/.config || true
|
|
---
|
|
GRUB:
|
|
GRUB_GFXMODE=1024x768x32
|
|
GRUB_GFXPAYLOAD_LINUX=keep
|
|
-->
|
|
"blueprint" do REPL:
|
|
```
|
|
┌────────────────────────────────────NEURO REPL v0.1───────────────────────────────────────────┐
|
|
│ NEUROTRON STATUS CPU: 2% MEM: 11% TEMP: 1.2 ENERGY: 41.0 │
|
|
│ CogState: STABLE Depth: 1 Valence: -5.00 Mode: ACTIVE │
|
|
├──────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
│ KERNEL MESSAGES (live): │
|
|
│ [ 0.167890] ACPI: Core revision 20240415 │
|
|
│ [ 0.260302] pci 0000:00:02.0: VESA 1024x768x32 framebuffer activated │
|
|
│ [ 1.012399] EXT4-fs mounted filesystem with ordered data mode. │
|
|
│ ... │
|
|
├──────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
│ NEUROTRON MESSAGES (live): │
|
|
│ [18:09:04] [info] Neurotron boot() — mode=diagnostic │
|
|
│ [18:09:04] [info] Ciclo cognitivo iniciado (observe → think → act → rest) │
|
|
│ [18:09:04] [disk] Disco detectado: /dev/vda (sem partições visíveis, usando disco inteiro) │
|
|
│ ... │
|
|
├──────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
│ NEUROTRON CHAT: │
|
|
│ [ia@nfdos] Olá mundo! │
|
|
│ [user@nfdos] ... │
|
|
├──────────────────────────────────────────────────────────────────────────────────────────────┤
|
|
│ user@nfdos: │
|
|
└──────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
```
|
|
```
|
|
temos neurotron no qemu em modo VGA 😍: print em anexo (modo diagnostico)
|
|
agora sim a aventura ganhou forma 😍.
|
|
temos o que fazer que, quando entra em modo persistente: : print em anexo (modo persistente)
|
|
com a mensagem do kernel "desconfigura" o "design" do dashboard, alem de nem ter linhas que chegue para o dashboard completo (falta o painel do chat).
|
|
mas por hoje checkpoint garantido 😍
|
|
|