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.
OrOS
Member
Member
Posts: 143
Joined: Sat Sep 08, 2007 11:26 pm
Location: Canada

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

Post by OrOS »

I've been following your OS for awhile - still sexy!
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 »

OrOS wrote:I've been following your OS for awhile - still sexy!
I agree - Solar OS is really good looking :). And probably quite good under the hood as well.


JAL
User avatar
Helu
Posts: 10
Joined: Mon Feb 11, 2008 8:10 pm
Location: An Hui China

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

Post by Helu »

Hi
DEX's os is nice.
Love HeLU
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 »

Damn, I'm jealous of SolarOS.
Very nice. I wish I could get that far =P~

(1000th post btw)

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
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 »

Gratz on 1k, piranha! Still got a bit more than 300 to go here :)

[offtopic]/wishes he had a source for the BPB of a 360KB floppy[/offtopic]
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
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

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

Post by Dex »

Helu wrote:Hi
DEX's os is nice.
Thanks Helu, our chinese DexOS site, maybe of interest http://www.dexos.cn/

@nikos , Nice GUI, it looks very much like XOSL, graphical boot manager http://www.ranish.com/part/xosl.htm
User avatar
Firestryke31
Member
Member
Posts: 550
Joined: Sat Nov 29, 2008 1:07 pm
Location: Throw a dart at central Texas
Contact:

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

Post by Firestryke31 »

Technically my boot loader, but that's part of an OS, right?

Image

The background image is temporary until I can make my own. It's 320x240 and bilinear(ish)ly stretched to 640x480. I tried using the GBA's LZ77 compression on it, but the tool I use doesn't seem to be able to handle images that big.

It took me forever to get to this point. That's an EXE that's compiled using a regular install of MinGW. I just used the flags to exclude the standard libraries and ran with that. It's nice not having to deal with a cross compiler, but it might be a pain having the standard libraries for both Windows and Firebird, so I'll have to figure out how to do that... Maybe just use GCC's Windows CRT? But that's a topic in and of itself.

Coming soon(ish) - Having a real video driver instead of the Bochs 'output resolution and bit depth to some ports'...
Owner of Fawkes Software.
Wierd Al wrote: You think your Commodore 64 is really neato,
What kind of chip you got in there, a Dorito?
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 »

SF-Zone.net is my colaborator's blog...

Image

Image
Dummy icons there...
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
GeniusCobyWalker
Member
Member
Posts: 65
Joined: Mon Jan 12, 2009 4:17 pm

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

Post by GeniusCobyWalker »

NoobOS:
(Least advanced OS ever!

Code: Select all

Welcome to:
NoobOS


OS End






ß












Complete with:
GRUB
Printf
ClearScreen
Last edited by GeniusCobyWalker on Sun Jan 18, 2009 3:23 pm, edited 1 time in total.
Full Knowledge in:
GML, Ti-Basic, Zilog Z80 Assembly, SX28 Assembly and Blender
Experience in:
C++,OpenGl,NDS C++,Dark Basic,Dark Basic Pro,Dark Gdk and PSP Coding
Using:
Ubuntu ,GEdit ,NASM ,GCC ,LD ,Bochs
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 »

Erm... yeah... :roll:
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
LordMage
Member
Member
Posts: 115
Joined: Sat Sep 22, 2007 7:26 am
Contact:

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

Post by LordMage »

Nice GUI Love4Boobies, how long you been working to get there?
Getting back in the game.
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 »

LordMage wrote:Nice GUI Love4Boobies, how long you been working to get there?
Not as much as you might think. People think that just because a GUI is good-looking, it's harder to make. No. Actually they all work pretty much the same; it's just colors, gradients and transparancy they give mine the finishing touch :) However, it's not complete either. I still need some more mouse cursors, icons and the related functionality. Also true for trees (e.g. for use with directory trees).
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

Love4Bobbies: impressive GUI ;)
I could do that to mine, isn't too hard(really, you need video fb and mouse device and you can do one easily), but I was trying to make an API and stuff.
anyway, i stopped working on it.
so, good look everybody,
eddyb
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 »

Thanks everyone :D shiner I thought u're not working on an OS?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

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

Post by eddyb »

my GUI :P
stopped working on it after alex told me to.
anyway, continuing working on it would be a really pain cause the Exclaim API is still unstable and not complete.
Post Reply