D429 - sceKernelReserveVirtualRange, and the boundary the real titles reach

measured - 2026-09-01

Implemented sceKernelReserveVirtualRange: it reserves a fresh range from orbistoun's own high arena (next_mapping_base) and writes the base back through the void ** the guest passed, instead of the stub-everything placeholder a guest stored as a base and then wrote through into a fault. Honouring the guest's low address hint first regressed (its own allocator wrote just outside the range orbistoun reserved there); a fresh base orbistoun owns is neutral and correct. Kept because it is called by titles and removes a placeholder-as-data (D125), even though it does not by itself advance the titles measured - their walls are deeper.

And those walls are the honest boundary of the crunch. Recorded so a future session builds rather than re-discovers:

None is blocked on data or on the (non-existent) parallel session. Each is a multi-step subsystem build. sysmodule (D428) and this were the last one-call fixes the current data supports; the road on is picking one of the above and building it out with the same discipline, not crunching it.