OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 23, 2024 5:26 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 64, 65, 66, 67, 68, 69, 70 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Jan 30, 2011 3:42 pm 
Offline
Member
Member

Joined: Sat Oct 16, 2010 3:38 pm
Posts: 587
I stopped working on Asmadian (my old, crap OS), and now I'm making System Photon (as I mentioned above), and i'm sort-of close to finishing the kernel, look at this amazing screenshot:
Image
Comment please! :D


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Jan 31, 2011 9:14 pm 
Offline
Member
Member
User avatar

Joined: Thu Feb 12, 2009 5:12 pm
Posts: 286
mariuszp wrote:
Comment please! :D

gods thats over whelmingly pink and bright! :shock:

_________________
My hero, is Mel.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Feb 01, 2011 3:30 pm 
Offline
Member
Member

Joined: Sat Oct 16, 2010 3:38 pm
Posts: 587
Coty wrote:
mariuszp wrote:
Comment please! :D

gods thats over whelmingly pink and bright! :shock:

gods that's only the bootup screen, in the finished OS you'll see this for less than a second!!! :shock:

P.S. you magenta, not pink :D


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Feb 01, 2011 6:38 pm 
Offline
Member
Member
User avatar

Joined: Tue Feb 01, 2011 6:18 pm
Posts: 31
Location: London, UK
Visopsys
Attachment:
index-screenshot.jpg
index-screenshot.jpg [ 82.02 KiB | Viewed 7812 times ]


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Feb 02, 2011 12:30 am 
Offline
Member
Member
User avatar

Joined: Mon Jun 15, 2009 10:01 am
Posts: 311
Location: France
Hi Andy, and welcome to the OSDev forums.

Your OS is very good and I know it since a while (The first version I tested is 0.2_PRE :D ).
Anyway, I'm very impatient to test the next version 0.7. Hope it will be available in a few
days :D ...

f2

_________________
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Feb 02, 2011 3:28 am 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 9:29 pm
Posts: 2426
Location: Canada
Indeed, I recall your project as well.

Welcome to the forums Andy.

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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Feb 03, 2011 3:47 am 
Offline
Member
Member
User avatar

Joined: Fri Jan 22, 2010 7:37 am
Posts: 43
Location: Kyrgyzstan, Bishkek
It's good to see you here Andy! :)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Feb 04, 2011 3:34 pm 
Offline
Member
Member
User avatar

Joined: Tue Feb 01, 2011 6:18 pm
Posts: 31
Location: London, UK
Asper wrote:
It's good to see you here Andy! :)


Ha, you too Asper! 8)

Thanks everyone!


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Feb 05, 2011 6:00 am 
Offline
Member
Member

Joined: Wed Aug 25, 2010 6:35 am
Posts: 52
Location: Bonn, Germany
An image of my AMD64 loader, that sucessfully loads my kernel binary. Not much, but quite tricky to write.

Edit: The kernel gets loaded successfully, sets up its memory management (featuring dlmalloc) and parses some ACPI tables...


Attachments:
OxygenKernel.png
OxygenKernel.png [ 44.71 KiB | Viewed 7138 times ]
OxygenLoader.png
OxygenLoader.png [ 40.97 KiB | Viewed 7352 times ]

_________________
https://github.com/qero/Hydrogen (Loader for AMD64 kernels running on top of GRUB2)


Last edited by Qeroq on Thu Feb 17, 2011 1:52 pm, edited 1 time in total.
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Feb 06, 2011 6:47 pm 
Offline
Member
Member

Joined: Sun Jun 05, 2005 11:00 pm
Posts: 233
My new screenshot :-)


Attachments:
digos.JPG
digos.JPG [ 70.2 KiB | Viewed 9731 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Feb 06, 2011 10:15 pm 
Offline

Joined: Sun Feb 06, 2011 9:53 pm
Posts: 4
Location: County Donegal, Ireland
Here's mine so far, this is SubraX. Subra has been developed in my spare time for the last couple of years now and then and am incorporating a minimal window manager, hence SubraX. This is the boot screen. As you can tell it's nowhere near completion, but love it all the same.

As you can see it does have an imaging system (SXI version 2.0), ramdisk support (given a SXR 1.0 - SubraX formatted ramdisk) and animation support is under way along with threading over the next couple of weeks. It only runs in Virtualbox but it is very fast and not everything is in yet and buggy!

I could go on and on and tell you what it doesn't have yet so it might be better to show you what it does (bugs and all)

GDT / IDT
Timer
PAE (Physical Address Extensions)
VESA via vbox only (via Oslib vm86 task) ->Going to port just relevant code and ditch because not updated sadly :(
SubraX Image format support (SXI Version 1.0) ->Ditching in favour of (SXI Version 2.0)
Keyb UK code present but removed for updates
Ext2fs (not yet working)
FAT32 (subject to legal queries possibly, also not yet working)
LBA over PIO ATA disk (works but some things aren't correct)
Partition (MSDOS) supported but not enabled and working
SXR support (Version 1.0) SubraX Ramdisk, loads everything even when hardware not 100% supported, so a workable environment could be used over NetBoot, wwwBoot, USBKey, CDROM, ISO and HD and whatever as long as a boot medium is present such as multiboot compliant grub et al. Not yet 100% to specification.
Boot Font support which is a little, er, well (swear words aren't allowed are they?), working but my artistic skills aren't good
and other stuff

Very early yet so not usable state!!

You can checkout http://www.love2code.org

Enjoy :D !

Bobby
Image


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Feb 13, 2011 8:32 am 
Offline
Member
Member
User avatar

Joined: Tue Dec 25, 2007 6:03 am
Posts: 734
Location: Perth, Western Australia
Well, it's been ages since I've posted here, so I thought I might show of my ifconfig application

I have basic networking implemented (UDP works, but TCP is a little iffy)


Attachments:
File comment: ifconfig - The Acess2 network configuration program.
Acess-ifconfig-20110213.png
Acess-ifconfig-20110213.png [ 12.3 KiB | Viewed 9504 times ]

_________________
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Feb 24, 2011 11:49 pm 
Offline
Member
Member
User avatar

Joined: Wed Oct 27, 2010 4:53 pm
Posts: 1150
Location: Scotland
Here are a few screenshots to show you MSB-OS and the indexed-machine-code programming environment available in it. The first shot shows the control room (equivalent to the desktop) with a menu in the top left corner listing two applicatications available on the disk for loading. The second shows Machine Editor 2, though you can't see the bottom four lines as that part of the screen's just been been taken over by the monitor program which can be entered at any time by using a special key combination - the keyboard interrupt routine switches whatever code was about to run through the processor to indirect-run mode so that any freeze, whether in the OS or any app, can be debugged easily. The third shot shows a page of the manual with embedded machine code in it being run through the same monitor program - the machine code in yellow has just been run in single-steps to send all the values 0 to 255 to the top of the screen (each value twice).


Attachments:
File comment: MSB-OS control room - equivalent of desktop. Shows a more advanced version of text editor about to be loaded in.
load-advanced-text-editor.JPG
load-advanced-text-editor.JPG [ 61.64 KiB | Viewed 9162 times ]
File comment: Machine Editor 2 showing some load code. Also shows instant switch to indirect run through monitor program of whatever code is currently running through processor - this lets me debug any freeze with ease.
monitor-mode.JPG
monitor-mode.JPG [ 100.23 KiB | Viewed 9162 times ]
File comment: Running code embedded in the manual through the monitor program.
running-embedded-code.JPG
running-embedded-code.JPG [ 116.09 KiB | Viewed 9162 times ]

_________________
Help the people of Laos by liking - https://www.facebook.com/TheSBInitiative/?ref=py_c

MSB-OS: http://www.magicschoolbook.com/computing/os-project - direct machine code programming
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Apr 03, 2011 3:17 pm 
Offline

Joined: Tue Nov 23, 2010 4:05 pm
Posts: 2
Hi there,

Let me introduce Kolibri-A, an embeddable OS for AMD RS780 platforms (a branch of KolibriOS)

http://wiki.kolibrios.org/wiki/EmbeddedKOS/


Attachments:
File comment: NorthBridge registers view/edit utilities
RS780.png
RS780.png [ 77.44 KiB | Viewed 8599 times ]
File comment: PCI device enumerator
CAP1.gif
CAP1.gif [ 17.23 KiB | Viewed 8599 times ]
Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Apr 04, 2011 4:05 am 
Offline

Joined: Tue Nov 23, 2010 4:05 pm
Posts: 2
:?:
Yeah, you were lucky to find the only thing not related to KolibriOS at all (on the blue filemanager's panel).

The upper screen shows how one can inspect various NB and PCIe registers staying in convenient GUI environment -- very useful tool for hardware engineers and driver developers.

The second snapshot demonstrates another powerful feature: the Ring3-remappable MMIO access.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 64, 65, 66, 67, 68, 69, 70 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 112 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