Page 189 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Jan 24, 2017 10:08 am
by Sik
Looks nice d(・・ )

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Jan 24, 2017 3:20 pm
by bzt
My OS booting and running it's debugger on real hardware :-)
Running on real HW
Running on real HW
I had trouble with non-existent RS/232 (to output boot log and debugger on serial console), but checking for all possible errors in LSR seems to do the trick. I can't imagine a case when all flags set on a real chip, hope I'm right.

I hope soon I can post a bare minimal gui :-) But first, I'm going to need a malloc() to allocate window buffers.

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Jan 25, 2017 5:57 am
by Agola
I've just ported zlib and libpng.

Image

And I'm going to port Dash, yay! :)

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Jan 25, 2017 12:08 pm
by zesterer
Way too much cool on this thread recently, so I'm here to spoil it by showing off my crappy OS.

I've just implemented paging and Tupai is now a higher-half kernel.
I've also partially implemented ANSI escape-code compatibility.

I'm trying to get kernel tasks working, but... I'm not quite there yet. They're still ridiculously unstable.


Re: What does your OS look like? (Screen Shots..)

Posted: Wed Jan 25, 2017 1:54 pm
by Octacone
Man I am so confused. Why can't I find a command for entering Sortie's compositor? I downloaded the latest nightly build and there is no GUI. :-?

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Jan 25, 2017 2:44 pm
by f2
octacone wrote:Man I am so confused. Why can't I find a command for entering Sortie's compositor? I downloaded the latest nightly build and there is no GUI. :-?
Probably because he did not commited anything on his GitHub since a while!

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Jan 25, 2017 5:33 pm
by ronsor
testing font support
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Jan 27, 2017 7:15 am
by bzt
zesterer wrote:Way too much cool on this thread recently, so I'm here to spoil it by showing off my crappy OS.
Don't be so hard on yourself, your OS is really amazing! Yes, we all had bad times, and debugging is a difficult task, but that should not stop you! Sooner or later you'll came around all issues, and that moment will be a memorable one! According to what you have achieved so far, I'm 100% sure it's just a matter of when and not an if! :-)

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Jan 27, 2017 8:53 am
by klange
I made a new demo video with ~15 minutes of various different things in my OS.

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Jan 27, 2017 9:17 pm
by BrightLight
Behind the scenes with my under development graphical shell. :)
Both the menu and the "task bar" are windows, which also means I now have support for frameless and transparent windows. I need to improve the look of the buttons and let them have a specified width, so that the menu would look more organized and uniform than this. Don't pay any attention to the time; I turned my sleeping pattern completely upside down.
Image

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Jan 27, 2017 11:07 pm
by BrightLight
Fast forward about 2 hours later from my previous post. :)
A video is more fun than a screenshot. But here's a screenshot anyway:
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Jan 28, 2017 2:54 am
by matt11235
omarrx024 wrote:Fast forward about 2 hours later from my previous post. :)
A video is more fun than a screenshot. But here's a screenshot anyway:
Image
I recommend looking at a colour palette, or using some algorithm so that you can pick colours that go well together. http://www.colourlovers.com/

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Jan 30, 2017 11:15 am
by monobogdan
Simple UI demo.

Full text mode, 16 colors.

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Jan 31, 2017 9:43 am
by szhou42
https://github.com/szhou42/osdev
My first GUI =D> =D> (looks familiar? :wink: )
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Jan 31, 2017 11:41 am
by zesterer
bzt wrote:
zesterer wrote:Way too much cool on this thread recently, so I'm here to spoil it by showing off my crappy OS.
Don't be so hard on yourself, your OS is really amazing! Yes, we all had bad times, and debugging is a difficult task, but that should not stop you! Sooner or later you'll came around all issues, and that moment will be a memorable one! According to what you have achieved so far, I'm 100% sure it's just a matter of when and not an if! :-)
Thanks. Since that post, I've got VBE framebuffer requests working, so hopefully my next screenshots will be a lot prettier.