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
imate900
Member
Member
Posts: 80
Joined: Sat Feb 28, 2009 11:43 am

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

Post by imate900 »

ROSS as of now:
Image
Current work on a OS: SauOS (project homepage: http://code.google.com/p/sauos/)
Image
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 »

My latest version of Socks:

Image

It also has an "exit" command, which shuts down the computer. It runs in real mode, and I'm working on adding some stuff to let me do interesting things, like menus.
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?
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 »

Woo! I can post here lol
This is some commands: (note "Int Test" is done by an interrupt from a paged-user-mode task.)
Image

and then there is the help menu
Image

I'm making a release as soon as it can load programs from a ramdisk.. lol
User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

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

Post by neon »

I have not posted here for awhile so why not?

My systems current images can be found here (Clicky).

The system has been rewritten from scratch sense my last post in this thread and contains a bit of functionality that I have yet to release images of (Well, except the bootloaders internal command parser and OS loading splash screen, that is.) Oh, and there is no OSInit.exe anymore, its OSLoad.exe. The bootloader image is a little dated.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
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 »

@neon: You need to release some stuff soon or your OS will be more ghost-like than 01000101's! 8-[

@Firestryke31: Nice to see your OS and font working!
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
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 »

Too bad it's way bigger than the 512 bytes I originally wanted, but oh well. I'm currently looking for a 16-bit C compiler that, when compiled/assembled in 16 bits, is less than 64KB. I can probably get a 16-bit assembler working, and if I can't get a text editor working then I should be shot, but a 64KB 16-bit C compiler is just a bit too complex for me. Too bad the only one I found was written for some obscure assembler with strange versions of the op-codes.
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
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

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

Post by neon »

Troy Martin wrote:@neon: You need to release some stuff soon or your OS will be more ghost-like than 01000101's! 8-[
Patience is always nice :)

Thing is that I am very much into the design of the system so things change sometimes. Its all for the best though; it just makes the release date longer though.
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
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 »

Are we tantalising people now with screenshots of OS's that sort of exist but have no real releases?

Image

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 »

JamesM wrote:Are we tantalising people now with screenshots of OS's that sort of exist but have no real releases?
Yes, it's painful to see something better than your OS but not be able to try it out.
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 »

@neon: You need to release some stuff soon or your OS will be more ghost-like than 01000101's! 8-[
Not possible. That would end the universe.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
ruisleipa
Member
Member
Posts: 46
Joined: Wed Sep 10, 2008 8:39 am
Location: Finland

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

Post by ruisleipa »

Image

A screenshot of my multitasking realmode OS.
http://code.google.com/p/rmmtos/ - Real Mode MultiTasking Operating System
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

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

Post by JackScott »

Now if that isn't Eleanore Semaphore, I don't know what is.
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 »

A couple more, fresh off the press...

Image

What editor did that come from?

Image

Cheers,

James
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

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

Post by pcmattman »

And from another Pedigree dev ( :shock: ):
Screenshot-QEMU-1.png
Screenshot-QEMU-1.png (6.92 KiB) Viewed 5462 times
EDIT: For those who don't know, it's NetHack.
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 »

man.. seeing all this makes me so anxious to get some "common" applications running on my OS.. but I feel like it is so far away.. well.. at this rate, a month or two before I can port a decent application like vi.. but I'm working on it! :)
Post Reply