Page 91 of 262

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

Posted: Mon Apr 01, 2013 10:08 pm
by Lionel
Testing my log function and kernel halt (with message)
Image

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

Posted: Wed Apr 03, 2013 2:45 am
by klange
Windows oriented all the same way are boring.

Image
Image
Image

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

Posted: Thu Apr 04, 2013 8:56 am
by Gigasoft
This shows various programs running at once in 16 colors.
Image

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

Posted: Thu Apr 04, 2013 5:49 pm
by Kazinsal
Gigasoft wrote:This shows various programs running at once in 16 colors.
Dear god man, write a BGA driver and get some sweet, sweet 32bpp going.

I didn't even know 800x600x4bpp was even a thing.

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

Posted: Fri Apr 05, 2013 2:15 am
by Gigasoft
Dear god man, write a BGA driver and get some sweet, sweet 32bpp going.

I didn't even know 800x600x4bpp was even a thing.
Actually, the default driver supports 32BPP already through VBE. I also have a BGA driver which used to work fine, but it stopped working properly in Bochs version 2.6 (the window shrinks to 720x400 and is filled with junk when I enter the debugger in Bochs).

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

Posted: Fri Apr 05, 2013 9:14 am
by Luis
Gigasoft wrote: Actually, the default driver supports 32BPP already through VBE. I also have a BGA driver which used to work fine, but it stopped working properly in Bochs version 2.6 (the window shrinks to 720x400 and is filled with junk when I enter the debugger in Bochs).
Looks like you are assuming something in your driver that isn't guaranteed to be always the same like memory locations or vídeo mode codes or something like that. For that reason something may break because of using diferent Bochs version or another emulator or machine.

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

Posted: Fri Apr 05, 2013 12:21 pm
by Combuster
Blacklight wrote:I didn't even know 800x600x4bpp was even a thing.
It's called headache mode. It's available on every VGA :wink:

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

Posted: Fri Apr 05, 2013 7:00 pm
by pcmattman
It's been a while (years, in fact), so here's a Pedigree screenie I took just now - shared object modules in Python working just fine (in 2.6 and 2.7).

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

Posted: Mon Apr 08, 2013 6:18 am
by sortie
I'm very impressed with ToAruOs and it's successor PonyOS, so I wrote an operating system, ported SDL and Bochs to it, and then ran ToAruOs under my OS with bochs:

Image

Yep, that's my operating system emulating another hobby operating system! :v

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

Posted: Mon Apr 08, 2013 6:35 am
by Antti
@sortie: Nice.

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

Posted: Tue Apr 09, 2013 8:30 pm
by Mikemk
@sortie, wow!

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

Posted: Tue Apr 09, 2013 10:18 pm
by klange
We had a race on #osdev (between sorite, pcmattman, gerryg and myself) - first to port glxgears.

Image

I won.

Built Mesa 7.5.2 (which is particularly old) with just osmesa (software rasterization to a raw buffer) and pointed it at the backbuffer for a window.

Here's a video.

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

Posted: Tue Apr 09, 2013 10:37 pm
by sortie
Looks like I made it to the second place. :)

Image

You can view it in action on youtube as well.


Oh, and as a special bonus, I also ported git.

Image

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

Posted: Wed Apr 10, 2013 8:41 am
by XanClic
Well, in my opinion, týndur should be awarded first place, since it features a gears port since September 14 2011. :wink:
Image

Also, a YouTube version – which seems to be badly resized (which I blame YouTube for) and in which our (self-written) software rasterizer runs pretty slowly (which is mainly because týndur uses a pretty exotic way of implementing VM86 which in turn requires a bit of luck to get working with KVM; I didn't have that luck today, so this is non-KVM mode).

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

Posted: Wed Apr 10, 2013 8:55 am
by sortie
XanClic: Neat, sounds like you beat us to it - though you didn't participate in the race. Are you using Mesa or a custom software renderer? I saw some x's in the filenames, do you have an X port or is that your own stuff going on?