I'm trying to do bare bones process creation without using the Child or Process helper classes (I'm toying around with serialization ideas). I tried to construct something similar to http://genode.org/documentation/architecture/process
but I can't seem to get it to work (error = exception base not specified on nova32).