Hello Rolf,
* Rolf Sommerhalder <rolf.sommerhalder@...278...> [2017-05-25 19:59:34 +0200]:
After following the threads about Golang on Genode and reviewing AtmanOS, I suspect that AtmanOS could facilitate bringing Go to Genode, for example by making AtmanOS target Virtualbox in addition to Xen (maybe not so elegant), or by adapting/replacing AtmanOS' microkernel with Genode, and porting the Go runtime, standard library and system packages that AtmanOS wrote in Go for Xen or its own microkernel, respectively (maybe preferable over Virtualbox).
Am I reading too much into it? Would it be worth diving deeper into AtmanOS' sources? Any thoughts, comments?
It definitely looks interesting wrt to investigating how much infrastructure the current Go runtime needs or rather on what functionality from the underlying system it depends. So diving into the source code would be worthwhile indeed. It still stands to reason how to properly wrap the Genode's C++ API, though.
Regards, Josef