call and read implemented

The interactive primitives (D129). call <addr> <args> and read <addr> <len> added to the net.c server, announced as capabilities. Proven live on the host serve build: read returned the ELF magic from process memory, call returned a real function's value, and call 0x0 left a lone ack (the died signature) with the process gone.

Surprises