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 »

Sorry for the double, but I haz screenie:
zmog!
zmog!
--Troy
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
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

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

Post by earlz »

Wow troy, what a crappy OS. lol jk

looks rather interesting, having command line arguments so early in an OS seems kinda strange though
flyingdoodltartz
Member
Member
Posts: 25
Joined: Fri Jun 05, 2009 11:46 pm

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

Post by flyingdoodltartz »

oo, looks nice troy :). how long you been working on that?
Last edited by quok on Fri Jun 12, 2009 8:32 am, edited 1 time in total.
Reason: Removed some text that's out of context after I split a bunch of off topic posts.
"I don't take advice from freshmen in high school" - when your programming, age doesn't matter

"if you think your running fast, run faster." - track coach

"Back in my day, I had a pimped out ride." - physics teacher
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 »

earlz wrote:looks rather interesting, having command line arguments so early in an OS seems kinda strange though
I'm a UI guy.
flyingdoodltartz wrote:oo, looks nice troy :). how long you been working on that?
Hehe, it's in my signature: 13 days today. The shell has been there since the start. :mrgreen:
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
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 »

Boredom prevailed and I uploaded some shots:
http://seascreenshots.googlepages.com/

Yes, I wrote a game of life simulator. Yes, I was bored.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

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

Post by earlz »

@seaos: I like your grim outlook on life lol
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 »

Actually, there is a file (the last screenshot) that has a bunch of quotes. One is selected randomly upon bootup and displayed.

there are better ones in there.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
flyingdoodltartz
Member
Member
Posts: 25
Joined: Fri Jun 05, 2009 11:46 pm

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

Post by flyingdoodltartz »

very nice piranha, game of life is always fun. Once i watched a massive one for a LONG time o_O. working on my mouse right now :).
"I don't take advice from freshmen in high school" - when your programming, age doesn't matter

"if you think your running fast, run faster." - track coach

"Back in my day, I had a pimped out ride." - physics teacher
clange
Member
Member
Posts: 163
Joined: Sun Oct 05, 2008 5:00 am
Location: Copenhagen, Denmark
Contact:

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

Post by clange »

Some screen shots from my OS called Mojo.

Kernel log after startup:
Image

Shell after running ps:
Image

m2 memory info tool (simple TUI):
Image

Purity GUI showing some dialogs:
Image

GUI desktop background image (loaded from JPEG):
Image

See more screen shots at the homepage.

clange
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 »

Ye GODS clange, that's a serious OS you have there. How long have you been working on it?
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:Ye GODS clange, that's a serious OS you have there. How long have you been working on it?
If you mean "when did you start", the OS home page says:
I have been working on it as my hobby project since February 2008 and released the first version in October 2008 - about 8 months later

JAL
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 »

So, you code 25 hours a day? lol

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
earlz
Member
Member
Posts: 1546
Joined: Thu Jul 07, 2005 11:00 pm
Contact:

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

Post by earlz »

Wow, now that is awesome.

Nice shiny GUI too...
clange
Member
Member
Posts: 163
Joined: Sun Oct 05, 2008 5:00 am
Location: Copenhagen, Denmark
Contact:

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

Post by clange »

piranha wrote:So, you code 25 hours a day? lol
Not quite :D I try to get a little bit done each day - so an hour or 2 a day. A little more in weekends. But sometimes I get occupied with other stuff and don't get to work on it for days or even weeks.
Troy Martin wrote:Ye GODS clange, that's a serious OS you have there. How long have you been working on it?
Thanks. I would guestimate that I have used between 1000 and 1500 hours all together. That includes searcing for information, reseaching, writing code, writing documentation, building the homepage and a web based code tracking tool.

clange
flyingdoodltartz
Member
Member
Posts: 25
Joined: Fri Jun 05, 2009 11:46 pm

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

Post by flyingdoodltartz »

wow clange ur os is uber magical o_O. nice work =D>
"I don't take advice from freshmen in high school" - when your programming, age doesn't matter

"if you think your running fast, run faster." - track coach

"Back in my day, I had a pimped out ride." - physics teacher
Post Reply