Page 23 of 262

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

Posted: Mon Apr 20, 2009 6:53 pm
by Troy Martin
Duuude, NetHack kicks @$$!

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

Posted: Tue Apr 28, 2009 1:25 pm
by RevivalDBM
Since my last post of a screenshot here, I've restarted my OS, Oakum32.
Image
It's microkernel-based, but so far, all that really is done is the microkernel. What you see in the screenshot is a test program that uses a soon-to-be-removed system call that uses the kernel's printf function to display some text. I wrote it quickly to test my ELF loader.

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

Posted: Tue May 05, 2009 12:30 pm
by Combuster
Ok, pedigree folks, my turn to brag. :twisted:

Image

OpenGL renderer from scratch, anyone? :D

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

Posted: Tue May 05, 2009 12:57 pm
by PHPnerd
Omg o_0

That's really nice.

Success beating Pedigree :P

// PHP

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

Posted: Tue May 05, 2009 4:08 pm
by Troy Martin
Amazing, but it's in BASIC. :P

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

Posted: Tue May 05, 2009 4:36 pm
by JamesM
Combuster: Wow, that's absolutely awesome! What sort of frame rate do you get?

EDIT: Adding bilinear filtering for GL_MAG_FILTER would make that texture look niiice too :-)

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

Posted: Tue May 05, 2009 5:10 pm
by kubeos
Here is Kube as of May 5, 2009. Compiling a c program natively with scc and fasm.

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

Posted: Tue May 05, 2009 6:35 pm
by rootnode
Early screenshot of Mosa:

Image

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

Posted: Wed May 06, 2009 12:12 am
by Velko
Screenshot of VelkOS (barely) running Python.
VelkOS-QEMU-Py.png

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

Posted: Wed May 06, 2009 12:30 am
by c0x
Python running on yaOSp (showing our own OS specific bindings):

Image

Compiling a simple hello world with GCC on yaOSp:

Image

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

Posted: Wed May 06, 2009 8:37 am
by Troy Martin
You guys are making me feel bad, I don't even have support for directories.. :(

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

Posted: Wed May 06, 2009 8:43 am
by jal
Troy Martin wrote:You guys are making me feel bad, I don't even have support for directories.. :(
It's quite easy to create an OpenGL implementation without having directories. Well, quite easy in a possibility sense, not in the actual creating it sense, of course :).


JAL

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

Posted: Wed May 06, 2009 8:58 am
by Love4Boobies
rootnode wrote:Early screenshot of Mosa:
Maybe we should refrain from uploading screenshots unless they actually show something interesting.

EDIT: No offense.

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

Posted: Wed May 06, 2009 2:14 pm
by Tomaka17
My turn =)

I spent the last days on the windowing system and now it is almost fully implemented
Now I just have to design my shell's predefined windows
guifiles.jpg
This is the files viewer showing files at the root of the CD-ROM
Files size will be displayed as soon as swprintf is implemented :)

Next step: clicking on a element loads it

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

Posted: Thu May 07, 2009 8:14 am
by Creature
@Combuster: Nice work, I'm very fond of OpenGL and I wish I'd be at a point where I could implement something similar too ;).
@Tomaka17: Looks like a neat GUI, even though it looks simple, simple can be easy-to-use and nice too.