Page 1 of 1
My OS GUI !!
Posted: Sat Mar 24, 2007 11:39 am
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
Posted: Sat Mar 24, 2007 11:48 am
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.
Posted: Sat Mar 24, 2007 12:37 pm
by Dex
I agree with Alboin, nice work
.
Posted: Sat Mar 24, 2007 7:11 pm
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.
Posted: Sun Mar 25, 2007 4:17 am
by pcmattman
That's pretty impressive!
How did you figure out how to do text boxes?
Posted: Sun Mar 25, 2007 6:02 am
by inflater
Nice OS there (in Slovak slang: "ParĂ¡da")! I can't realize how you managed the work with DLLs (system functions)...
- i am doing all my sys functions only through an big ISR
(unreal mode).
Keep up the good work, I agree with Dex & Alboin!
inflater
Posted: Sun Mar 25, 2007 5:37 pm
by Tyler
Very Well done... will we be seeing some binaries/source anytime soon?
Posted: Mon Mar 26, 2007 7:14 am
by ehird
Very cool, but have fun being sued by MS
Posted: Mon Mar 26, 2007 8:02 am
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!
Posted: Mon Mar 26, 2007 2:10 pm
by os64dev
i think it is a hoax.
if not, impressive
Posted: Mon Mar 26, 2007 2:18 pm
by ~
I can tell for 100% sure this one is not a hoax...
Posted: Tue Mar 27, 2007 4:18 am
by mrkaktus
mayby i'm n00b
but what mean HOAX ? I newer heard that.
Posted: Tue Mar 27, 2007 5:09 am
by Combuster
hint for our "n00b":
Try wikipedia
Posted: Wed Mar 28, 2007 11:56 am
by mrkaktus
Thank's, now I understand
. But I think it isn't hoax.
Posted: Sat Apr 07, 2007 11:33 am
by flash
The recent GUI feature:
eof