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
easion
Posts: 16
Joined: Wed Nov 19, 2008 9:21 pm
Location: China
Contact:

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

Post by easion »

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 »

@easion : Fantastic work!. =D> Hats off
--Thomas
User avatar
Nathan
Member
Member
Posts: 201
Joined: Sun Jul 19, 2009 1:48 pm
Location: Brazil
Contact:

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

Post by Nathan »

Finally my first screenshot of my OS:
Image

It's really on the beginning, I still need to implement the support for PS/2 Mice, but my OS will be like Mac OS Classic(don't have any type of command -line).

I hope you've appreciated! :D

Best Regards,
Nathan Paulino Campos
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 »

Nathan wrote: my OS will be like Mac OS Classic(don't have any type of command -line).
It is the first choice I have made for my OS. This is a good choice, but I have finally switched to a Win 3x
interface: no taskbar, no menu bar on top, just icons for minimized windows.

I wish you good luck with your OS.

Tommy
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

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

Post by xvedejas »

In porting (rewriting really) my OS to 64-bit, I decided to use Grub2 to do the dirty work for me. I know it's not really a screen of my own OS but here's Grub2 booting it;
valix64-grub2.png
The actual OS is nothing to look at yet :P
User avatar
Andr3w
Member
Member
Posts: 76
Joined: Tue Jun 09, 2009 4:09 am
Location: Somewhere

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

Post by Andr3w »

xvedejas wrote:it's not really a screen of my own OS but here's Grub2 booting it;
Well, at least you have a nice logo. ;)
Nathan wrote:Finally my first screenshot of my OS:
.. Screenshot ..

It's really on the beginning, I still need to implement the support for PS/2 Mice, but my OS will be like Mac OS Classic(don't have any type of command -line).
Good luck with your OS. Do you plan the GUI to run in text-mode?

-- Andrew
davidlougheed
Posts: 10
Joined: Mon Feb 01, 2010 12:37 pm

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

Post by davidlougheed »

Here is mine. 16bit, written in NASM. No name yet. I was sorta tired, and wasn't thinking straight, so I 'putpixel'ed every singel pixel of the letters. :shock: That weird 3x3 thing in the bottom left hand corner is it's logo. A logo, but no name :lol:

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 »

Here's a screenshot of my kernel initializing itself. I just implemented the task manager, and here it is setting up a new task, switching to it, running it (the green 1), then falling flat on it's face as it tries to switch to it again (everything after). I'm so proud! Image
Attachments
SocksTaskFail.png
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?
0x90
Posts: 6
Joined: Tue Jan 26, 2010 5:42 am

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

Post by 0x90 »

On behalf of the United Nations, I demand that you release the CPU immediately!
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 »

I shall, once it has given me the secrets of multitasking! Muahahaha!
I am pretty sure it's a stack problem, and I need to improve my task setup code. I also need to implement threading, but I figured multithreading would be an easy extension to multitasking. My task manager also doesn't support switching rings yet.
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
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 »

Firestryke31 wrote:I shall, once it has given me the secrets of multitasking! Muahahaha!
I am pretty sure it's a stack problem, and I need to improve my task setup code. I also need to implement threading, but I figured multithreading would be an easy extension to multitasking. My task manager also doesn't support switching rings yet.
Same here, got multitasking (and multithreading) working once, but since I redesigned a lot of stuff and changed the way paging is handled, it keeps messing up (think it's the stack too). I dropped it for now but I hope to get it working in the future.
When the chance of succeeding is 99%, there is still a 50% chance of that success happening.
User avatar
IanSeyler
Member
Member
Posts: 326
Joined: Mon Jul 28, 2008 9:46 am
Location: Ontario, Canada
Contact:

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

Post by IanSeyler »

Latest sceenshots of BareMetal OS. QEMU is emulating a 64 processor system.

Image

The "hellosmp" program tells each processor to print a message.

Image

Getting a list of files on the hard drive, using some other built-in CLI commands (64-bit register dump), and running a basic Hello World app.

Image
BareMetal OS - http://www.returninfinity.com/
Mono-tasking 64-bit OS for x86-64 based computers, written entirely in Assembly
User avatar
Artlav
Member
Member
Posts: 178
Joined: Fri Aug 21, 2009 5:54 am
Location: Moscow, Russia
Contact:

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

Post by Artlav »

The Aprom project, a nomad OS currently drifting from text and GUI:
Image
Image

Towards 3D and flashing: (EDIT: png)
Image
Last edited by Artlav on Sun Feb 07, 2010 2:25 pm, edited 1 time in total.
dak91
Member
Member
Posts: 43
Joined: Thu Mar 12, 2009 3:27 am
Location: Sardegna (IT)

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

Post by dak91 »

Artlav wrote: Towards 3D and flashing
cool!
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

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

Post by xvedejas »

Artlav: is it possible you could re-upload your 3D image without the jpeg compression? I would look a lot better then :P
Post Reply