Page 30 of 262

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

Posted: Sun Jul 19, 2009 11:44 am
by mutex
A "test" bsod from my kernel..

Image

I specially like the "clown supprise" :)

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

Posted: Sun Jul 19, 2009 1:29 pm
by neon
I havnt posted in this thread for awhile. Sense I have been rewriting my OS from scratch the past few months I decided to post updated screen shots here.

These are the currently released screenshots. Its a very modular microkernel design. Its been updated a little bit sense the images were released. I am still trying to find a good UI layout [Looks to much like Windows right now].

Bootloader menu and kernel debug/error screen.
OSLoad

cg123: I really like the humor inside of your system :D

*This might be my last post in this thread. I release images in my first link, so please feel free to click the link to view updated images if you are interested.

Alot of nice systems in this thread, keep them going! :D

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

Posted: Sun Jul 19, 2009 2:54 pm
by f2
thomasnilsen wrote: I specially like the "clown supprise" :)
Me too ! :)

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

Posted: Mon Jul 20, 2009 2:56 am
by thepowersgang
AcessOS just after it's finished booting into the shell (I'm planning to port Bash when I can figure out how to compile it)

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

Posted: Wed Jul 22, 2009 12:34 pm
by raghuk
Pebble boot screen revamped. A bit inspired by Nuclix, but I also have a classic detailed boot log on another virtual console.
Screenshot-QEMU (Pebble).png
Screenshot-QEMU (Pebble).png (8.3 KiB) Viewed 5940 times

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

Posted: Wed Jul 22, 2009 12:43 pm
by f2
Hydrogen OS, when it crashes. :(
That's what happens when I completely rewrite my OS, and nothing works!

Image

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

Posted: Wed Jul 22, 2009 9:09 pm
by rootnode
Our compiler is finally able to handle Attributes and thus we're now able to use In/Out via Native.In(port) and Native.Out(port, value).
So I've tried to read the current date & time:
Mosa_Time.png

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

Posted: Thu Jul 23, 2009 3:47 am
by Creature
raghuk wrote:Pebble boot screen revamped. A bit inspired by Nuclix, but I also have a classic detailed boot log on another virtual console.
Screenshot-QEMU (Pebble).png
I was browsing through this topic and thought "hmmm, looks like mine but with smaller borders and less bloated than mine." Nicely done :) NucliX is actually now called Dynamix and was partually rewritten but the loading screen is still exactly the same (apart from the logo):

Image

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

Posted: Thu Jul 23, 2009 12:34 pm
by f2
Hydrogen OS boot screen.
There's nothing more simple ... :wink:

Image

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

Posted: Fri Jul 24, 2009 1:32 am
by raghuk
Cool!!! What resolution is that? VGA 640x480x16 colors?

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

Posted: Fri Jul 24, 2009 1:47 am
by f2
raghuk wrote:Cool!!! What resolution is that? VGA 640x480x16 colors?
No. It is 640x480 in 65536 colors.
The boot screen is displayed after the video mode selection mode. If I choose 1280x1024 in 65536 colors, I obtain that:
http://tommy.planet.free.fr/img/24072009_0001.png.

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

Posted: Fri Jul 24, 2009 3:50 am
by Karlosoft
Are you using a VESA mode?

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

Posted: Fri Jul 24, 2009 4:00 am
by f2
Karlosoft wrote:Are you using a VESA mode?
Yes. 640x480 up to 1600x1200.
I'm trying to implement widescreen modes, such as 1280x800 or 1440x900.

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

Posted: Fri Jul 24, 2009 4:46 am
by Karlosoft
XD so it can run well on EEEPCs :D

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

Posted: Fri Jul 24, 2009 8:21 am
by brodeur235
I'm trying to implement widescreen modes, such as 1280x800 or 1440x900.
1280 x 800 is my resolution and I get excited to find an OS that supports it.

Brodeur235