Lilith: x86-64 OS written in Crystal
github.com
Lilith: x86-64 OS written in Crystal
1–10 of 265 posts
Re: Lilith: x86-64 OS written in Crystal
#2For anyone unfamiliar:
Re: Lilith: x86-64 OS written in Crystal
#3Crystal is a solid alternative to Go. I gave it a solid look when figuring out which language I should learn. The only reason Crystal didn't make it is because it's just missing some core features. The one that sticks out is there is no way to get the length of a channel last time I looked.
But this is impressive and I can't wait to see what's next
Re: Lilith: x86-64 OS written in Crystal
#4Re: Lilith: x86-64 OS written in Crystal
#5What is that beautiful desktop wallpaper? any source?
https://www.pixiv.net/en/artworks/78375860
Seems to require login, though.
Re: Lilith: x86-64 OS written in Crystal
#6There's no smoke and mirrors as far as I can tell. I dug back to the initial commit: https://github.com/ffwff/lilith/commit/c9fa1053dc6a22d630ee6... - and it's just bootstrapping to VGA.
Very well done, and inspiring. Makes me want to try OS dev again.
Re: Lilith: x86-64 OS written in Crystal
#7This is really impressive! Crystal was just barely on my radar until now: it's a lot higher up now. For anyone unfamiliar: https://crystal-lang.org/
Re: Lilith: x86-64 OS written in Crystal
#8Re: Lilith: x86-64 OS written in Crystal
#9Re: Lilith: x86-64 OS written in Crystal
#10Wow. Preemptive multitasking, graphical window management, POSIX-like, in a programming language that to my knowledge it hasn't yet been done in... and in just several months of work. There's no smoke and mirrors as far as I can tell. I dug back to the initial commit: https://github.com/ffwff/lilith/commit/c9fa1053dc6a22d630ee6... - and it's just bootstrapping to VGA. Very well done, and inspiring. Makes me want to t…