Page 54 of 262

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

Posted: Tue Jun 29, 2010 6:24 am
by f2
Wow! Thankies for the piece of code, Nathan :D

Image Image
ARM is so great...

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

Posted: Tue Jun 29, 2010 2:05 pm
by Nathan
Nice to see that you liked. :)

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

Posted: Tue Jun 29, 2010 3:22 pm
by AaronMiller
An early version of my (started from scratch) OS kernel:
Image

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

Cheers,
-Aaron

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

Posted: Wed Jun 30, 2010 12:33 am
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

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

Posted: Wed Jun 30, 2010 11:11 am
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.

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

Posted: Wed Jun 30, 2010 4:12 pm
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!

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

Posted: Sat Jul 03, 2010 1:03 pm
by Benjamin1996
Very cool splash screen, pcmattman. How did you make it?

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

Posted: Sat Jul 03, 2010 2:04 pm
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 ;) .

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

Posted: Sun Jul 04, 2010 3:59 pm
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? :?

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

Posted: Sun Jul 04, 2010 11:49 pm
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 ;).

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

Posted: Tue Jul 06, 2010 3:16 am
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.

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

Posted: Tue Jul 06, 2010 7:37 pm
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.

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

Posted: Wed Jul 07, 2010 10:39 am
by Almamu
This is my AlphaOs Screen Shoot:
Image

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

Posted: Fri Jul 09, 2010 7:12 am
by digo_rp
this is my O.S Digos Operating

it´s in Brazilian Portuguese. :-D

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

Posted: Sat Jul 10, 2010 6:17 am
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.