On Mon Apr 13, 2020 at 2:06 PM, Brian Candler wrote:
> ------=_Part_1452_1022817720.1586811991060
> Content-Type: text/plain; charset="UTF-8"
>
> On Monday, 13 April 2020 19:42:17 UTC+1, Elias Naur wrote:
> >
> > The project is an experiment in a larger exploration of the question: 
> > "what if the operating
> > system process abstraction were a virtual machine?
> >
>
> Interesting.
>
> BTW, have you seen gVisor <https://gvisor.dev/docs/>? It takes a
> different
> approach to the problem: emulating the syscall interface on top of a
> running kernel, rather than on top of (real or emulated) bare metal. I
> was
> reminded of it since it also "pretends to be a Linux kernel" - and is
> written in Go.
>

Yes. gVisor is similar in many ways and I hope to re-use parts of it, 
for example their Go network stack implementation.

The main difference is that I want to avoid the Linux kernel, or any
kernel for that matter.

-- elias

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/C20QS8H4213C.1OAOJM5YTMD39%40testmac.

Reply via email to