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
AndreaOrru
Member
Member
Posts: 50
Joined: Fri Apr 25, 2008 2:50 pm
Location: New York

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

Post by AndreaOrru »

Cool Pedigree, VERY cool DexOS o_O
Close the world, txEn eht nepO
Selenic
Member
Member
Posts: 123
Joined: Sat Jan 23, 2010 2:56 pm

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

Post by Selenic »

Dex: That is frigging awesome! Does it support multiple windows or not, seeing as you only ever have one in the screenshots? (also, the menu looks more like a game console menu than a computer one. Speaking of which, a game-console OS would be pretty cool. I wonder if there's any easy-to-find hardware documentation on any of them, particularly PS3...)
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

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

Post by Dex »

Thanks to you both for the nice words.
@Selenic, You can run more than one of the built in apps at the same time, as they are really just threads in the main menu, and we have support for multi-threading, but DexOS is design to be a game console type OS, that is single tasking like the Xbox, DS e.t.c.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

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

Post by Combuster »

Selenic wrote:I wonder if there's any easy-to-find hardware documentation on any of them, particularly PS3...)
Offtopic, but your best bet for homebrew OS development on real hardware is to pick one of NGC/Wii/Dreamcast.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Owen
Member
Member
Posts: 1700
Joined: Fri Jun 13, 2008 3:21 pm
Location: Cambridge, United Kingdom
Contact:

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

Post by Owen »

Combuster wrote:
Selenic wrote:I wonder if there's any easy-to-find hardware documentation on any of them, particularly PS3...)
Offtopic, but your best bet for homebrew OS development on real hardware is to pick one of NGC/Wii/Dreamcast.
The PS3's HV1 hypervisor interface is to my knowledge reasonably well documented. However, you must remember you are running under a hypervisor, which enforces certain restrictions (Like no GPU access)
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 »

Oh.. I'm a bit late, I know.. ;)

Dex! Your GUI is AWESOME!!! Also, I like this concept, when only one window is on the desktop. It's much easier to use. Keep up the good work!

pcmattman: TrueType support is really cool! But is it cool to use 72pt console? :D ;)

-- Andrew
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 »

I saw the last screenshots of DexOS... Wow! That's look really great. =D>
"Open source seems to embrace the dark side of human nature." - Ville Turjanmaa
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

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

Post by Dex »

Thanks qandrew and Tommy.
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

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

Post by inx »

Rewriting my kernel again, starting on PowerPC this time.
Image

This was both amazingly easy (for dealing with firmware), and amazingly difficult (for digging through 15 different bureaucratic standards documents). :roll:

EDIT: This runs on my old Blue and White G3, also. I was going to post a picture, but I couldn't get it to take a picture that showed anything at the resolution
Open Firmware was running at, and didn't want to boot into OS 9 to change it. #-o
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

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

Post by jal »

inx wrote:Rewriting my kernel again, starting on PowerPC this time.
Cool, non-x86 is always refereshing to see.
This was both amazingly easy (for dealing with firmware), and amazingly difficult (for digging through 15 different bureaucratic standards documents).
Luckily for the rest of us you are going to document this extensively at the wiki, right? :))


JAL
User avatar
inx
Member
Member
Posts: 142
Joined: Wed Mar 05, 2008 12:52 am

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

Post by inx »

jal wrote:Luckily for the rest of us you are going to document this extensively at the wiki, right? :))
Yep. :)
User avatar
milyges
Member
Member
Posts: 40
Joined: Fri Nov 03, 2006 1:48 pm
Location: Poland
Contact:

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

Post by milyges »

Hi!
Here is latest screenshot from my OS:
Image

I'll post disk image soon.

//EDIT: Yes! It's another UNIX clone ;)
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

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

Post by thepowersgang »

Ok, I'm going to break up this petty squabble with a shot of my OS, Acess, initializing a network card and creating a network interface on it.

I have IPv4 and UDP done, TCP is on the way (sequence numbers are giving me hell)
Attachments
Acess2's ifconfig program in action
Acess2's ifconfig program in action
Screenshot-QEMU.png (8.42 KiB) Viewed 4754 times
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

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

Post by giszo »

Here is a networking related screenshot from me as well :)

Image
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 »

WOW! :o
Your OS looks awesome. Congratulations for your very hard work on it.

I think that one day I will have a VESA mode running. [-o<
Post Reply