What does your OS look like? (Screen Shots..)
- Lionel
- Member
- Posts: 117
- Joined: Fri Jul 16, 2010 2:16 pm
- Libera.chat IRC: ryanel
- Location: California
Re: What does your OS look like? (Screen Shots..)
Testing my log function and kernel halt (with message)
Re: What does your OS look like? (Screen Shots..)
This shows various programs running at once in 16 colors.
- Kazinsal
- Member
- Posts: 559
- Joined: Wed Jul 13, 2011 7:38 pm
- Libera.chat IRC: Kazinsal
- Location: Vancouver
- Contact:
Re: What does your OS look like? (Screen Shots..)
Dear god man, write a BGA driver and get some sweet, sweet 32bpp going.Gigasoft wrote:This shows various programs running at once in 16 colors.
I didn't even know 800x600x4bpp was even a thing.
Re: What does your OS look like? (Screen Shots..)
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).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..)
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.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).
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: What does your OS look like? (Screen Shots..)
It's called headache mode. It's available on every VGABlacklight wrote:I didn't even know 800x600x4bpp was even a thing.
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Re: What does your OS look like? (Screen Shots..)
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..)
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:
Yep, that's my operating system emulating another hobby operating system! :v
Yep, that's my operating system emulating another hobby operating system! :v
Re: What does your OS look like? (Screen Shots..)
@sortie, wow!
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
If you're new, check this out.
Re: What does your OS look like? (Screen Shots..)
We had a race on #osdev (between sorite, pcmattman, gerryg and myself) - first to port glxgears.
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.
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.
Last edited by klange on Wed Apr 10, 2013 12:15 am, edited 1 time in total.
Re: What does your OS look like? (Screen Shots..)
Looks like I made it to the second place.
You can view it in action on youtube as well.
Oh, and as a special bonus, I also ported git.
You can view it in action on youtube as well.
Oh, and as a special bonus, I also ported git.
Re: What does your OS look like? (Screen Shots..)
Well, in my opinion, týndur should be awarded first place, since it features a gears port since September 14 2011.
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).
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..)
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?