Home > beoros

beoros

Beoros is a project mainly written in C++ and GO, it's free.

An operating system kernel writen in Go and a bit of assembly. I want to prove it's possible. Project on hold, don't expect anything fromit anytime soon. :p

Beoros

An operating system kernel written in a bit of assembly and Go language. It's a hobby project for now, to prove that it's possible to do it.

It consists of a few subprojects:

runtime : The Go language runtime written in Go language (not C) and some assembly. kernel : The Beoros operating system kernel.

Previous:StageTest