nx_osboot_research_fetch.nx
buildroot/runtime/nx_osboot_research_fetch.nx
about
nx_osboot_research_fetch.nx -- bank the BOOTABLE-SPORE rung field (operator 2026-07-07: NishiOS rung 4 = the
bootable spore -- native NXE loader + VFS-on-blockfs mount + journaling; "match Puppy" = live image from POST).
Fetches the incumbents' OWN designs so the rung is RESEARCHED not guessed, across the 6 axes the rung touches:
(1) the live-image incumbents we measure against (Puppy/TinyCore = the nearest rival class), (2) live-image
MECHANICS (squashfs read-only image + overlay + initramfs = how they boot from a medium without touching the
host disk -- the never-brick-aligned design), (3) the boot chain from POST (POST->firmware->MBR/UEFI->loader->
kernel = the exact ladder our spore must climb in the emulator), (4) executable LOADING (what execve/ELF loaders
do, so the native NXE loader exceeds knowingly), (5) JOURNALING/crash-consistency (jbd2-class WAL vs soft-updates
vs log-structured vs CoW = the design space for nx_journal), (6) VFS/mount internals (mount semantics + inode
model for VFS-on-blockfs). Sovereign TLS; idempotent. expect_exit:0 ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_research_engine.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 12 | const K_MAGIC_8388608: i64 = 8388608 |
functions
| 14 | func F(u: *u8, o: *u8, store: *TrustStore, out: *u8, cap: i64) -> i64 { return rf_fetch_bank(u, o, store, out, cap) } |
| 16 | func main() -> i64 |