Comment by ares623
2 days ago
> This is a local first harness to build your own OS from a prompt.
Do you have such an OS already built with this harness?
2 days ago
> This is a local first harness to build your own OS from a prompt.
Do you have such an OS already built with this harness?
There are some single c file kernels, provided as reference to help you get started.
You can just ask it to compile a hello world kernel and it will produce an hopefully working iso.
It's good practice not to distribute binary files like iso in repositories like github.
No full OS like linux yet (but 30000000 LOC (the size of linux) is one year of tokens generation on a 4090), but in the showcase presentation github pages there are the examples I have built with it.
I have not yet built more advanced OS like linux, but the harness is not very different. It would require some database to act as memory like I did the shoggoth.db project to allow it to organize more efficiently to attempt larger scale projects.
Currently it can split project between multiple files (but it's harder to showcase when there are multiple files)
Then it's just whether or not the neural network is capable of writing kernel code or not, but the closed-loop is there.