OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Mar 18, 2024 11:03 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page 1, 2, 3, 4, 5 ... 260  Next
Author Message
 Post subject: What does your OS look like? (Screen Shots..)
PostPosted: Mon Oct 23, 2006 5:51 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
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)

_________________
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.


Last edited by Brynet-Inc on Fri Aug 28, 2015 8:34 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Oct 23, 2006 10:00 pm 
Offline
Member
Member
User avatar

Joined: Sat Jan 15, 2005 12:00 am
Posts: 8561
Location: At his keyboard!
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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 9:10 am 
Offline
Member
Member
User avatar

Joined: Wed Nov 17, 2004 12:00 am
Posts: 202
Location: Germany
edit: How do the image tags work? Link to the trac wiki is in my signature. You'll find 3 screenshots there.

_________________
lightOS


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 9:19 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2006 12:00 am
Posts: 1444
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.

Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 9:19 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 9:27 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2006 12:00 am
Posts: 1444
This is my other OS project MiniDOS, running a old dos game.
Image


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 9:30 am 
Offline
Member
Member
User avatar

Joined: Sun Oct 22, 2006 10:33 am
Posts: 56
Location: England
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


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 9:39 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 10:09 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2006 12:00 am
Posts: 1444
Thank Brynet-Inc for your post, as my hobby is Dex4u spaming :lol:


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 10:13 am 
Offline
Member
Member
User avatar

Joined: Mon Jun 26, 2006 8:41 am
Posts: 128
Location: Millicent, South Australia
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/

_________________
Mort OS - Blog


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 10:18 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
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.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 10:24 am 
Offline
Member
Member
User avatar

Joined: Mon Jun 26, 2006 8:41 am
Posts: 128
Location: Millicent, South Australia
Thanks lol.. as you can see my cp application even seems to work better than me ;)

_________________
Mort OS - Blog


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 24, 2006 3:34 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 6:53 pm
Posts: 49
Location: Los Angeles, CA
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


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 3:07 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 2:31 am
Posts: 5964
Location: In a galaxy, far, far away
Image
^^ the paging debugger with content inspection

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

_________________
Image May the source be with you.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 25, 2006 5:33 am 
Offline
Member
Member

Joined: Wed Oct 25, 2006 5:12 am
Posts: 94
Location: Barcelona España
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page 1, 2, 3, 4, 5 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot], SemrushBot [Bot] and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group