What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
Wow! Thankies for the piece of code, Nathan
ARM is so great...
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
- AaronMiller
- 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..)
An early version of my (started from scratch) OS kernel:
Visit http://axiosoftonline.com/ for more information.
Cheers,
-Aaron
Visit http://axiosoftonline.com/ for more information.
Cheers,
-Aaron
Re: What does your OS look like? (Screen Shots..)
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:
- Firestryke31
- 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..)
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?
-
- 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..)
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 blendeddyb 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:
Just to clarify - "Xenon" is not some codename, and we're not renaming the project any time soon - it just looks cool!
-
- Member
- Posts: 78
- Joined: Sat Apr 10, 2010 7:00 am
- Location: Denmark
Re: What does your OS look like? (Screen Shots..)
Very cool splash screen, pcmattman. How did you make it?
Re: What does your OS look like? (Screen Shots..)
Ahem, it was me . The logo was made by a friend of mine, who is a web designer .Benjamin1996 wrote:Very cool splash screen, pcmattman. How did you make it?
-
- Member
- Posts: 78
- Joined: Sat Apr 10, 2010 7:00 am
- Location: Denmark
Re: What does your OS look like? (Screen Shots..)
Ahhhh, I see.. anyway, good job . Is it implemented in the bootloader? - If so, how did you add image support?eddyb wrote:Ahem, it was me . The logo was made by a friend of mine, who is a web designer .Benjamin1996 wrote:Very cool splash screen, pcmattman. How did you make it?
Re: What does your OS look like? (Screen Shots..)
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 wrote:Ahhhh, I see.. anyway, good job . Is it implemented in the bootloader? - If so, how did you add image support?eddyb wrote:Ahem, it was me . The logo was made by a friend of mine, who is a web designer .Benjamin1996 wrote:Very cool splash screen, pcmattman. How did you make it?
-
- Member
- Posts: 78
- Joined: Sat Apr 10, 2010 7:00 am
- Location: Denmark
Re: What does your OS look like? (Screen Shots..)
Ahhhh, I see.. anyway, good job . Is it implemented in the bootloader? - If so, how did you add image support?
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 .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 .
-
- 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..)
Technical background: the actual mode switch is performed using x86emu and your standard int 10h calls - everything else is just generic framebuffer operations.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 .
Re: What does your OS look like? (Screen Shots..)
This is my AlphaOs Screen Shoot:
Re: What does your OS look like? (Screen Shots..)
this is my O.S Digos Operating
it´s in Brazilian Portuguese.
it´s in Brazilian Portuguese.
-
- Member
- Posts: 127
- Joined: Sat Sep 29, 2007 5:43 pm
- Location: Amsterdam, The Netherlands
Re: What does your OS look like? (Screen Shots..)
You can gain more performance with Assembly than C, especially on embedded devices such as the GBA.
Regards,
Stephan J.R. van Schaik.
Regards,
Stephan J.R. van Schaik.