On Sunday, May 9, 2021 at 3:40:52 AM UTC-4 Uli Kunitz wrote:

>
> I have only read about researchers who wrote a whole kernel in Go. 
>
> UIi
>

The benefits and costs of writing a POSIX kernel in a high-level language
Cody Cutler, M. Frans Kaashoek, and Robert T. Morris, MIT CSAIL
https://www.usenix.org/conference/osdi18/presentation/cutler
https://pdos.csail.mit.edu/papers/biscuit.pdf

Biscuit research OS
Biscuit is a monolithic, POSIX-subset operating system kernel in Go for 
x86-64 CPUs. It was written to study the performance trade-offs of using a 
high-level language with garbage collection to implement a kernel with a 
common style of architecture.
https://github.com/mit-pdos/biscuit

Peter

-- 
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/1800c21d-7898-413c-87a5-ca6e6d9b0d90n%40googlegroups.com.

Reply via email to