
I got my basic PS/2 Keyboard driver to boot from an ISO, so that's nice. Typing is still choppy and weird, but it works!
Looks good! Relatively unique GUIs are always fun to see.obiwac wrote:I don't think I have ever even shown off my os on this thread, so why not now...
Here is a general feel of the desktop:
![]()
I feel you. Web development can get very boring after a few years... unfortunately we only have so little spare time!gungomanj wrote:Some assembly was very refreshing after web development for money with Vue.JS PHP etc, im glad I have 1 day a week to get away from that xd
It used to be more fun in the vanilla PHP and jquery days. More problems to solve and more software design = more fun. These framework brainlets killed webdev because they are too stupid to use JS.dseller wrote:I feel you. Web development can get very boring after a few years... unfortunately we only have so little spare time!gungomanj wrote:Some assembly was very refreshing after web development for money with Vue.JS PHP etc, im glad I have 1 day a week to get away from that xd
thanks!FelixBoop wrote:Looks good! Relatively unique GUIs are always fun to see.obiwac wrote:I don't think I have ever even shown off my os on this thread, so why not now...
Here is a general feel of the desktop:
![]()
7th time wow, I can relate to you.zesterer wrote:I'd like to show you all a fancy GUI, a networking stack, or even just a bash prompt.
But no, I'm rewriting Tupai, my OS, for the 7th time. I'm considering heading towards a microkernel design. I'll decide when I get to the stage where making a decision is necessary.
I've switched to C, having previously used C++, and I'm much happier. The kernel code is definitely cleaner, more efficient, and more rugged than previously.
Also, it's designed for Multiboot 2!
It wasn't so much that I had a problem with C++: I love the language, and it can be extremely expressive. If you excuse the ridiculous naming conventions of its standard library, it's incredibly powerful too.Octacone wrote:7th time wow, I can relate to you.Looks like some people just love rewriting their OSes over and over.
What is wrong with C++? What problems did you run into? I've recently (~5 months ago) switched to C++ and things are definitely easier to work with and organize.
Nah, don't go micro yet, that is a really big big switch IMHO, lots of specific things to consider.