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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
f2
Member
Member
Posts: 311
Joined: Mon Jun 15, 2009 10:01 am
Location: France

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

Post by f2 »

Wow! Thankies for the piece of code, Nathan :D

Image Image
ARM is so great...
Last edited by f2 on Fri Sep 17, 2010 4:08 am, edited 1 time in total.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
User avatar
Nathan
Member
Member
Posts: 201
Joined: Sun Jul 19, 2009 1:48 pm
Location: Brazil
Contact:

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

Post by Nathan »

Nice to see that you liked. :)
User avatar
AaronMiller
Member
Member
Posts: 81
Joined: Thu Mar 06, 2008 1:26 pm
Location: Roseville, California (USA)
Contact:

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

Post by AaronMiller »

An early version of my (started from scratch) OS kernel:
Image

Visit http://axiosoftonline.com/ for more information.

Cheers,
-Aaron
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

I just tried to change Pedigree's splash screen to have a Xenon logo and a cleaner loading bar (nothing official, just in my local copy of Pedigree), and here's what I got:

Image
User avatar
Firestryke31
Member
Member
Posts: 550
Joined: Sat Nov 29, 2008 1:07 pm
Location: Throw a dart at central Texas
Contact:

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

Post by Firestryke31 »

Cool! Could you make it fade to black on the left and right? Something like --=====--? That would look less plain but still pretty simplistic which is a good look.
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
pcmattman
Member
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..)

Post by pcmattman »

eddyb wrote:I just tried to change Pedigree's splash screen to have a Xenon logo and a cleaner loading bar (nothing official, just in my local copy of Pedigree), and here's what I got:

Image
The picture shows off the extensibility of our "splash screen" - there's a lot you can do. When we implement a proper framebuffer class which provides optimised blits and shape drawing it'll be able to do even more. Perhaps even alpha blend :)

Just to clarify - "Xenon" is not some codename, and we're not renaming the project any time soon - it just looks cool!
Benjamin1996
Member
Member
Posts: 78
Joined: Sat Apr 10, 2010 7:00 am
Location: Denmark

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

Post by Benjamin1996 »

Very cool splash screen, pcmattman. How did you make it?
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

Benjamin1996 wrote:Very cool splash screen, pcmattman. How did you make it?
Ahem, it was me :). The logo was made by a friend of mine, who is a web designer ;) .
Benjamin1996
Member
Member
Posts: 78
Joined: Sat Apr 10, 2010 7:00 am
Location: Denmark

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

Post by Benjamin1996 »

eddyb wrote:
Benjamin1996 wrote:Very cool splash screen, pcmattman. How did you make it?
Ahem, it was me :). The logo was made by a friend of mine, who is a web designer ;) .
Ahhhh, I see.. anyway, good job :). Is it implemented in the bootloader? - If so, how did you add image support? :?
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

Benjamin1996 wrote:
eddyb wrote:
Benjamin1996 wrote:Very cool splash screen, pcmattman. How did you make it?
Ahem, it was me :). The logo was made by a friend of mine, who is a web designer ;) .
Ahhhh, I see.. anyway, good job :). Is it implemented in the bootloader? - If so, how did you add image support? :?
It has nothing to do with the bootloader(which is grub, btw)... It's simply a kernel module, showing the progress of module loading. If my "image support" you mean video mode, we have a VBE driver ;).
Benjamin1996
Member
Member
Posts: 78
Joined: Sat Apr 10, 2010 7:00 am
Location: Denmark

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

Post by Benjamin1996 »

Ahhhh, I see.. anyway, good job :). Is it implemented in the bootloader? - If so, how did you add image support? :?
It has nothing to do with the bootloader(which is grub, btw)... It's simply a kernel module, showing the progress of module loading. If my "image support" you mean video mode, we have a VBE driver ;).
Alrighty then ;). In that case: Nice VBE driver. I once tried to make one, but it could never do such image like things, so that's why I thought it was an image :D.
pcmattman
Member
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..)

Post by pcmattman »

Alrighty then ;). In that case: Nice VBE driver. I once tried to make one, but it could never do such image like things, so that's why I thought it was an image :D.
Technical background: the actual mode switch is performed using x86emu and your standard int 10h calls - everything else is just generic framebuffer operations.
User avatar
Almamu
Member
Member
Posts: 47
Joined: Wed Jul 07, 2010 9:41 am

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

Post by Almamu »

This is my AlphaOs Screen Shoot:
Image
Image
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

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

Post by digo_rp »

this is my O.S Digos Operating

it´s in Brazilian Portuguese. :-D
Attachments
Digos screnshots
Digos screnshots
StephanvanSchaik
Member
Member
Posts: 127
Joined: Sat Sep 29, 2007 5:43 pm
Location: Amsterdam, The Netherlands

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

Post by StephanvanSchaik »

You can gain more performance with Assembly than C, especially on embedded devices such as the GBA.


Regards,
Stephan J.R. van Schaik.
Post Reply