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
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

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

Post by Brynet-Inc »

Quite a few members here have written hobby OS's.. Each usually have fairly neat ways of doing things.

So what does your OS look like? CLI/GUI?

Please post a Screen Shot of your OS running in an emulator like bochs/QEMU/VMware or even on real hardware if you'd like :wink:
This would be a good way to show everyone how your OS is progressing.. :)

Here is my silly test OS running my CPUID code.. (QEMU on OpenBSD+Blackbox)
EDIT: Removed 2015: Imageshack replaced all links with spam.

(Someone hit me if this is the wrong topic.. but its a way to share ideas)
Last edited by Brynet-Inc on Fri Aug 28, 2015 8:34 pm, edited 1 time in total.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

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

Post by Brendan »

Hi,
Brynet-Inc wrote:Quite a few members here have written hobby OS's.. Each usually have fairly neat ways of doing things.

So what does your OS look like? CLI/GUI?
The newest version still needs a huge amount of work, but here's a screenshot of it booting from a headless diskless machine:
Image

Here's a screenshot of the previous version of my OS booting, showing it's CPU detection:
Image

And here's a screenshot of the version before that, after doing hardware auto-detection:
Image

As you can see I've got a lot of code to port to the newest version. For me, applications (like the CLI and GUI) are a useless distraction until I've got the kernel working exactly how I want it.


Cheers,

Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
User avatar
bluecode
Member
Member
Posts: 202
Joined: Wed Nov 17, 2004 12:00 am
Location: Germany
Contact:

Post by bluecode »

edit: How do the image tags work? Link to the trac wiki is in my signature. You'll find 3 screenshots there.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

This is DexOS, running a CLI program:
Image
DexOS IDE
Image
This is a shot of DexOS GUI.
Image
Last edited by Dex on Mon Dec 24, 2007 12:12 pm, edited 4 times in total.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

bluecode wrote:edit: How do the image tags work? Link to the trac wiki is in my signature. You'll find 3 screenshots there.
Hello, It's quite simple.

[ img ]http://domain/path/to/image.png[ /img ]

(Without the spaces :))

You can upload images at any free image hosting site or your own site if you want to use your own bandwidth.

http://imageshack.us/ -- Is fairly good..
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

This is my other OS project MiniDOS, running a old dos game.
Image
User avatar
Touch
Member
Member
Posts: 56
Joined: Sun Oct 22, 2006 10:33 am
Location: England

Post by Touch »

When I get a screenshot of my OS I will show you it!
"We cannot trust the sword in the hands of a n00b!" - Southpark
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Neat Screen Shots Dex/Brendan 8)


Good Work, This is very exciting :) lol
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

Thank Brynet-Inc for your post, as my hobby is Dex4u spaming :lol:
User avatar
spix
Member
Member
Posts: 128
Joined: Mon Jun 26, 2006 8:41 am
Location: Millicent, South Australia
Contact:

Post by spix »

Image

This is a screenshot of my new copy utility that i just got compiled.. it worked first go!! i'm still in shock :D

edit: well the image tag thing didn't seem to... here is a link instead

http://flickr.com/photos/spix/278355511/
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Cool spix, Already got your cp application working? Wicked 8)

Must not like the trailing ?v=0

Image

Looks Neat :)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
spix
Member
Member
Posts: 128
Joined: Mon Jun 26, 2006 8:41 am
Location: Millicent, South Australia
Contact:

Post by spix »

Thanks lol.. as you can see my cp application even seems to work better than me ;)
User avatar
omin0us
Member
Member
Posts: 49
Joined: Tue Oct 17, 2006 6:53 pm
Location: Los Angeles, CA
Contact:

Post by omin0us »

This is ominOS from a week ago.
mounting the hard drive with a fat filesystem and reading an elf executable from the hard drive and executing it. then reading a file from the hard drive and writing its contents to the screen.

Image
http://ominos.sourceforge.net - my kernel
#ominos @ irc.freenode.net
http://dtors.ath.cx - my blog
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Post by Pype.Clicker »

Image
^^ the paging debugger with content inspection

Image
^^ HDD detection running from VBE mode ...
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Brynet-Inc wrote:
bluecode wrote:edit: How do the image tags work? Link to the trac wiki is in my signature. You'll find 3 screenshots there.
Hello, It's quite simple.

[ img ]http://domain/path/to/image.png[ /img ]

(Without the spaces :))

You can upload images at any free image hosting site or your own site if you want to use your own bandwidth.

http://imageshack.us/ -- Is fairly good..
I don´t like this method. The link you provided for upload images don´t accept a simple png 8bpp file.(format unsuported)
On this forum is more simple to upload.
http://board.flatassembler.net/forum.php?f=13
As for the screen shoot visit my page.
Post Reply