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
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

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

Post by Troy Martin »

Duuude, NetHack kicks @$$!
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
RevivalDBM
Member
Member
Posts: 34
Joined: Sun Aug 03, 2008 5:38 am

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

Post 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.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

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

Post by Combuster »

Ok, pedigree folks, my turn to brag. :twisted:

Image

OpenGL renderer from scratch, anyone? :D
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
PHPnerd
Member
Member
Posts: 34
Joined: Mon Nov 05, 2007 11:15 am
Location: The Netherlands
Contact:

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

Post by PHPnerd »

Omg o_0

That's really nice.

Success beating Pedigree :P

// PHP
Jinix
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

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

Post by Troy Martin »

Amazing, but it's in BASIC. :P
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

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

Post 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 :-)
kubeos
Member
Member
Posts: 138
Joined: Tue Jan 30, 2007 2:31 pm
Location: Kamloops BC, CANADA
Contact:

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

Post by kubeos »

Here is Kube as of May 5, 2009. Compiling a c program natively with scc and fasm.
Attachments
Screenshot on May 5,2009
Screenshot on May 5,2009
kubess1.gif (9.83 KiB) Viewed 6466 times
User avatar
rootnode
Member
Member
Posts: 42
Joined: Fri Feb 29, 2008 11:21 am
Location: Aachen, Germany
Contact:

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

Post by rootnode »

Early screenshot of Mosa:

Image
User avatar
Velko
Member
Member
Posts: 153
Joined: Fri Oct 03, 2008 4:13 am
Location: Ogre, Latvia, EU

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

Post by Velko »

Screenshot of VelkOS (barely) running Python.
VelkOS-QEMU-Py.png
If something looks overcomplicated, most likely it is.
c0x
Member
Member
Posts: 26
Joined: Sun Apr 20, 2008 2:16 am

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

Post by c0x »

Python running on yaOSp (showing our own OS specific bindings):

Image

Compiling a simple hello world with GCC on yaOSp:

Image
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

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

Post by Troy Martin »

You guys are making me feel bad, I don't even have support for directories.. :(
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

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

Post 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
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

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

Post by Love4Boobies »

rootnode wrote:Early screenshot of Mosa:
Maybe we should refrain from uploading screenshots unless they actually show something interesting.

EDIT: No offense.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
Tomaka17
Member
Member
Posts: 67
Joined: Thu Oct 02, 2008 8:20 am

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

Post 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
MysteriOS
Currently working on: TCP/IP
User avatar
Creature
Member
Member
Posts: 548
Joined: Sat Dec 27, 2008 2:34 pm
Location: Belgium

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

Post 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.
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.
Post Reply