Open
Description
Hi there,
I thought about porting tinygo to a custom OS (just because it's possible - at least I think so). It's running on MIPS and the tinygo compiler would be used to generate ELF files. I want to use C-bindings for everything, which I provide (header files, objects, ...).
I know this is a very vague question, but I don't find any information about which steps need to be done to implement a new OS and it's actually not much more than an idea for now.