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.
Dinso
Posts: 8
Joined: Mon Jan 12, 2015 8:59 am

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

Post by Dinso »

MessiahAndrw wrote:Nice looking GUI Dinso!
Thanks a lot ! :)
Dinso
Posts: 8
Joined: Mon Jan 12, 2015 8:59 am

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

Post by Dinso »

Roman wrote:I agree, GUI looks nice, except for some elements: maximize, close, minimize buttons. I think, they would look better, if they were just circles without squares.
Mmm, thanks for the suggestion! Several of my friends have said the same things too, maybe I should take away the squares.. :)
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Yaaay! Finally implemented the whole VectFS filesystem specifications in the Vector kernel! It can now boot from VectFS partitions! :)
Here's Vector starting up from a virtual hard disks in Bochs ! :)
Attachments
Vector starting up in Bochs
Vector starting up in Bochs
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
Muazzam
Member
Member
Posts: 543
Joined: Mon Jun 16, 2014 5:59 am
Location: Shahpur, Layyah, Pakistan

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

Post by Muazzam »

Dinso wrote:maybe I should take away the squares.. :)
But it will look like like OS X.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

muazzam wrote:But it will look like like OS X.
So? I don't think OS X looks bad :D
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Kevin
Member
Member
Posts: 1071
Joined: Sun Feb 01, 2009 6:11 am
Location: Germany
Contact:

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

Post by Kevin »

Though I never understood how the same symbol in three different colours is supposed to be intuitive...
Developer of tyndur - community OS of Lowlevel (German)
no92
Member
Member
Posts: 306
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

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

Post by no92 »

I agree on OS X looking good. But copying a good style is really bad. If I were you, I'd take a sheet of paper and draw some ideas onto it until you get a result that looks good, and most importantly, you'll like and work on.
Dinso
Posts: 8
Joined: Mon Jan 12, 2015 8:59 am

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

Post by Dinso »

Thanks for the suggestions everyone! I'll come up with an idea and keep in mind our GUI is still in early stages! :)
CelestialMechanic
Member
Member
Posts: 52
Joined: Mon Oct 11, 2010 11:37 pm
Location: Milwaukee, Wisconsin

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

Post by CelestialMechanic »

omarrx024 wrote:
muazzam wrote:But it will look like like OS X.
So? I don't think OS X looks bad :D
If it looks too much like OS X Apple will happily sic their lawyers upon you. Apple has a history of doing this, you know ...
Microsoft is over if you want it.
User avatar
Muazzam
Member
Member
Posts: 543
Joined: Mon Jun 16, 2014 5:59 am
Location: Shahpur, Layyah, Pakistan

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

Post by Muazzam »

omarrx024 wrote:
muazzam wrote:But it will look like like OS X.
So? I don't think OS X looks bad :D
But no one needs another OS X.
User avatar
iansjack
Member
Member
Posts: 4663
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

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

Post by iansjack »

It looks nothing like OS X and taking the squares away won't materially alter that.
alexfru
Member
Member
Posts: 1109
Joined: Tue Mar 04, 2014 5:27 am

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

Post by alexfru »

Roman wrote:I agree, GUI looks nice, except for some elements: maximize, close, minimize buttons. I think, they would look better, if they were just circles without squares.
Except, you probably don't want to make the sensitive regions to become smaller, neither physically, nor visually.
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

Yaaaay! Finally got my shell "ZeroSH" to support parameters. Here, params.zrx is just a test program to detect parameters and it is working fine! Time to get working, as parameters can help with a lot of things! :)
Attachments
Shell supports parameters!
Shell supports parameters!
You know your OS is advanced when you stop using the Intel programming guide as a reference.
User avatar
narke
Member
Member
Posts: 119
Joined: Wed Dec 26, 2007 3:37 am
Location: France

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

Post by narke »

Aside my OS project for x86 I started a project for PowerPC Macs. It will be called Einherjar.
I just managed to boot and print a "Hello World!" within the OpenFirmware, for the moment I only tested on qemu.
I will add some info on the wiki about PPC-related osdev if people want, later.
Image
OS for PowerPC Macs: https://github.com/narke/Einherjar
Operating system: colorForth computing environment for x86.: https://github.com/narke/Roentgenium
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

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

Post by BrightLight »

narke wrote:Aside my OS project for x86 I started a project for PowerPC Macs.
Wow! It's nice to see non x86 and x64 for a while! Never seen a hobby OS for PowerPC before. :)
What assembler would you use for PowerPC?
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Post Reply