Hi,
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).

Does anyone have a small code sample in the vain of http://genode.org/documentation/architecture/process ?

Daniel