My OS GUI !!

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
flash
Member
Member
Posts: 29
Joined: Sun Feb 04, 2007 6:33 am

My OS GUI !!

Post by flash »

Hello, this is my simple operating system.
Its name is Simple Graphic Operating System(SGOS).
I'm trying to write a beautiful os for every one who likes it!

See the pictures at
http://picasaweb.google.com/gdxxhg/SGOS

Image
Image
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Do you use the MS visual run time in your OS? Or do you just use the MS compiler? Or did you rewrite something like it yourself?

It looks nice. Your support for Unicode fonts is impressive.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

I agree with Alboin, nice work :).
flash
Member
Member
Posts: 29
Joined: Sun Feb 04, 2007 6:33 am

Post by flash »

It's a part of SGOS that to support Win32 exes and dlls, Ive found that I have to rewrite some important dlls like kernel32.dll, msvcrt.dll, running on my osdll.dll. Now it can run VC or DevCpp programs.

My GUI are twe parts, one is kernel graphic system, and the other is window system. They work together using system calls or messages.

Ive been a Win32 programmer for a long time. So my code style is Win Style, especially are the function names.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

That's pretty impressive!

How did you figure out how to do text boxes?
User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Post by inflater »

Nice OS there (in Slovak slang: "Paráda")! I can't realize how you managed the work with DLLs (system functions)... :D - i am doing all my sys functions only through an big ISR :lol: (unreal mode).
Keep up the good work, I agree with Dex & Alboin!

inflater
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

Very Well done... will we be seeing some binaries/source anytime soon?
ehird
Member
Member
Posts: 214
Joined: Thu Mar 15, 2007 8:48 am

Post by ehird »

Very cool, but have fun being sued by MS ;)
User avatar
~
Member
Member
Posts: 1226
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

I don't think that would ever happen.

The OS has not been released and if that were the case the WinE and the OS from Alex Ionescu (ReactOS) would have already been demanded.

So, that comment of have fun being sued makes NO sense at all and it's disagreeable to see such coments over that good project effort.

By the way, keep up the outstanding work, flash!
User avatar
os64dev
Member
Member
Posts: 553
Joined: Sat Jan 27, 2007 3:21 pm
Location: Best, Netherlands

Post by os64dev »

i think it is a hoax. :twisted:

if not, impressive :wink:
Author of COBOS
User avatar
~
Member
Member
Posts: 1226
Joined: Tue Mar 06, 2007 11:17 am
Libera.chat IRC: ArcheFire

Post by ~ »

I can tell for 100% sure this one is not a hoax...
mrkaktus
Member
Member
Posts: 102
Joined: Thu Jan 06, 2005 12:00 am
Location: Poland - Gdansk
Contact:

Post by mrkaktus »

mayby i'm n00b :wink: but what mean HOAX ? I newer heard that.
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:

Post by Combuster »

hint for our "n00b": Try wikipedia ;)
"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 ]
mrkaktus
Member
Member
Posts: 102
Joined: Thu Jan 06, 2005 12:00 am
Location: Poland - Gdansk
Contact:

Post by mrkaktus »

Thank's, now I understand :wink: . But I think it isn't hoax.
flash
Member
Member
Posts: 29
Joined: Sun Feb 04, 2007 6:33 am

Post by flash »

The recent GUI feature:
Image
eof
Post Reply