I finally got around to doing some OS dev in Nimrod, and I finished it just in time with documentation and everything: here it is, nimkernel.
Now you guys have no excuse not to replace Linux using Nimrod ;)
Hi Dominik,
I've been exploring various languages for writing an operating system kernel and had settled on Rust(https://github.com/ckkashyap/rustix). It was by chance that I ran into Nim.
I tired building nimkernel today and ran into some build issues. I was wondering if it would be trivial to build it with the latest Nim compiler?
Regards, Kashyap
Pure pleasure indeed!!!
On my mac though I get this error - In file included from /Users/ckrishi/Documents/kashyap/nimkernel/nimcache/main.c:8:
2 errors generated. In file included from /Users/ckrishi/Documents/kashyap/nimkernel/nimcache/stdlib_system.c:8:
1 error generated. In file included from /Users/ckrishi/Documents/kashyap/nimkernel/nimcache/ioutils.c:8:
1 error generated. In file included from /Users/ckrishi/Documents/kashyap/nimkernel/nimcache/stdlib_unsigned.c:8:
1 error generated.
Strange though, things work fine on 64-bit ubuntu!
Perhaps I'd have to compile a 32bit nim on mac and things would work!