This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
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!
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.
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!
"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 ]