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
f2
Member
Member
Posts: 311
Joined: Mon Jun 15, 2009 10:01 am
Location: France

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

Post by f2 »

Shady wrote:Reason in english: I stopped development, because it (xenonos) works in 16-bit real mode of processor (big real exactly). IMHO this is fail way. Now, Im write new version of XenonOS (i think to rename it :) ), which will works in protected mode.
It's true that a 16-bit real mode OS, it's not great. But your OS is very different from what I have seen before: it has
a nice GUI. At least, this first OS allowed you to learn many things. And if you write the same in 32-bit protected-mode,
it would be better.
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
User avatar
KotuxGuy
Member
Member
Posts: 96
Joined: Wed Nov 25, 2009 1:28 pm
Location: Somewhere within 10ft of my favorite chubby penguin!

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

Post by KotuxGuy »

Here's my OS,called Kotux(Kotuxguys Own Tiny Unix )
I'm not that far into development,as i dont even have interrupts or a fs.I do have kprintf,kputs,and kputc though.
Anyhoo,here's the screenshot of Kotux under QEMU.
Screenshot-QEMU (Kotux-0.1.1).png
Give a man Linux, you feed the nearest optician ( Been staring at the PC too long again? ).
Give a man OS X, you feed the nearest NVidia outlet ( I need more GPU power!! )
Give a man Windows, you feed the entire Tylenol company ( Self explanatory :D )
User avatar
zity
Member
Member
Posts: 99
Joined: Mon Jul 13, 2009 5:52 am
Location: Denmark

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

Post by zity »

Image

This is what my 64-bit system looks like at the moment.

I have almost finished the most basic part of the system (Parsing of the required ACPI tables, SMP/IO-APIC/LAPIC initialization, Paging, Heap management, and handling of ISR IRQs). I'm currently cleaning up the code and eliminating bugs. A lot of the code needs to be expanded when I get further into the development, but it's all working for now (except from a very annoying bug in my IRQ handling code!).

It's the first system I've ever written from scratch (almost) all by myself, so I'm quite happy with the result so far :) But it still needs massive amount of work..
User avatar
-m32
Member
Member
Posts: 120
Joined: Thu Feb 21, 2008 5:59 am
Location: Ottawa, Canada

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

Post by -m32 »

Here are some shots of my OS, IRONWOOD. Not much going on in the screenshots, much more happening in the background.

One note, I have absolutely no intention of making this a POSIX compliant operating system. There are just too many of those out there. Besides, nobody but me will be using it ;)

Here's one in basic text-mode.
Text Mode
Text Mode
Another, this time switched to 1024x768 SVGA "text mode". Shows the same info as above.
SVGA Mode
SVGA Mode
When I took this one, I was fleshing out the VFS. So, I was testing the loading of a raw image from a FAT32 hard-disk. I doubt very much that I will ever get Half-Life 2 running on Ironwood :P
SVGA Mode
SVGA Mode
jackpot51
Posts: 1
Joined: Tue May 05, 2009 3:55 pm
Location: Colorado, United States
Contact:

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

Post by jackpot51 »

SollerOS:
I apologize to the creater of Solar_OS. When I started this project I had no idea there was another similarly named OS (although Solaris sounds similar as well).
Anyways I just added alpha blending to my GUI so I wanted to show it off:
Image
And in the spirit of previous posts:
Image
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

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

Post by thepowersgang »

My very extensible, stable but text-mode only kernel is really starting to pale in comparison to some of these. :(
But then I wonder, how many of you are James T. Klik?
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
User avatar
Thomas
Member
Member
Posts: 281
Joined: Thu Jun 04, 2009 11:12 pm

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

Post by Thomas »

Hi ,
My real mode os :) running paratrooper . i have written a pmode os as well ,but that's not quite worth showing :mrgreen:

--Thomas
Attachments
sandossc.png
User avatar
-m32
Member
Member
Posts: 120
Joined: Thu Feb 21, 2008 5:59 am
Location: Ottawa, Canada

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

Post by -m32 »

Thomas wrote:Hi ,
My real mode os :) running paratrooper . i have written a pmode os as well ,but that's not quite worth showing :mrgreen:

--Thomas
Awesome. Looks like my KLF dalek :P

Edit:
match.png
match.png (4.31 KiB) Viewed 4671 times
Last edited by -m32 on Wed Dec 30, 2009 10:01 pm, edited 1 time in total.
User avatar
Thomas
Member
Member
Posts: 281
Joined: Thu Jun 04, 2009 11:12 pm

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

Post by Thomas »

Hi,
Thanks! Please forgive my ignorance,what's a KLF dalek?

--Thomas
User avatar
AndrewAPrice
Member
Member
Posts: 2297
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

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

Post by AndrewAPrice »

Thomas wrote:Hi,
Thanks! Please forgive my ignorance,what's a KLF dalek?

--Thomas
Doctor Who reference.. See his profile picture.
My OS is Perception.
User avatar
Thomas
Member
Member
Posts: 281
Joined: Thu Jun 04, 2009 11:12 pm

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

Post by Thomas »

Thanks!
--Thomas
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

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

Post by Brynet-Inc »

It saddens me when people don't get Dr.Who references, what kind of world do we live in? how is that even remotely acceptable!?
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

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

Post by piranha »

Brynet-Inc wrote:It saddens me when people don't get Dr.Who references, what kind of world do we live in? how is that even remotely acceptable!?
I got it, I just didn't feel like saying anything. :mrgreen:
Amazing show, by the way.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

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

Post by VolTeK »

this is off topic so dont bother reading this if u dont want to. but i believ the OP should recieve an award for making a post with the most views on osdev, i just noticed the 60000+ views. its a great thread, i hope on posting images for both my projects later in he future
tharkun
Member
Member
Posts: 51
Joined: Sat Mar 21, 2009 1:29 pm
Location: Ireland

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

Post by tharkun »

GhostXoPCorp wrote:i just noticed the 60000+ views
It's 70,000 views now.. :shock:
Post Reply