Page 1 of 262

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

Posted: Mon Oct 23, 2006 5:51 pm
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)

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

Posted: Mon Oct 23, 2006 10:00 pm
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

Posted: Tue Oct 24, 2006 9:10 am
by bluecode
edit: How do the image tags work? Link to the trac wiki is in my signature. You'll find 3 screenshots there.

Posted: Tue Oct 24, 2006 9:19 am
by Dex
This is DexOS, running a CLI program:
Image
DexOS IDE
Image
This is a shot of DexOS GUI.
Image

Posted: Tue Oct 24, 2006 9:19 am
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..

Posted: Tue Oct 24, 2006 9:27 am
by Dex
This is my other OS project MiniDOS, running a old dos game.
Image

Posted: Tue Oct 24, 2006 9:30 am
by Touch
When I get a screenshot of my OS I will show you it!

Posted: Tue Oct 24, 2006 9:39 am
by Brynet-Inc
Neat Screen Shots Dex/Brendan 8)


Good Work, This is very exciting :) lol

Posted: Tue Oct 24, 2006 10:09 am
by Dex
Thank Brynet-Inc for your post, as my hobby is Dex4u spaming :lol:

Posted: Tue Oct 24, 2006 10:13 am
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/

Posted: Tue Oct 24, 2006 10:18 am
by Brynet-Inc
Cool spix, Already got your cp application working? Wicked 8)

Must not like the trailing ?v=0

Image

Looks Neat :)

Posted: Tue Oct 24, 2006 10:24 am
by spix
Thanks lol.. as you can see my cp application even seems to work better than me ;)

Posted: Tue Oct 24, 2006 3:34 pm
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

Posted: Wed Oct 25, 2006 3:07 am
by Pype.Clicker
Image
^^ the paging debugger with content inspection

Image
^^ HDD detection running from VBE mode ...

Posted: Wed Oct 25, 2006 5:33 am
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.