2026-08-19 (very late) - The first implemented function, and what it taught

D082-D083; 24 crates, 287 tests.

Wired declarations through to the guest - there had been no path from a declared function to a running one, so implementing anything would have changed nothing silently. Then implemented sceKernelDirectMemoryQuery, chosen because it is 99.9% of every call four commercial executables make.

Surprises

Outstanding

The guest walks the map, rejects one free 8 GiB region, and starts again. Sweeping single fields has stopped paying - what is needed now is the structure's real layout, obtained from a binary we wrote ourselves rather than inferred. obSCEne stops being a roadmap item here and becomes the tool the work requires.