Windows OS

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
sweetgum
Member
Member
Posts: 37
Joined: Thu Sep 18, 2008 11:17 pm

Windows OS

Post by sweetgum »

Does anyone know of a Windows Compatible OS other then ReactOS Im trying to program one myself, Im a begginer myself and im interested in seeing other peoples work.
User avatar
bewing
Member
Member
Posts: 1401
Joined: Wed Feb 07, 2007 1:45 pm
Location: Eugene, OR, US

Re: Windows OS

Post by bewing »

Linux + WINE?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: Windows OS

Post by Solar »

Nope. Wine is a compatibility layer on top of Linux, not an OS in its own right. Wine does teach you zilch about how the Windows OS works, it just shows you how it can be mapped to Linux.

@ sweetgum:

ReactOS has come a long way. I do not know of any other such project that's anywhere near a similar level of maturity.

IMHO, however, Windows is basically a good example of how not to do things, from an engineering perspective. (As, in my eyes, is Linux...)
Every good solution is obvious once you've found it.
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: Windows OS

Post by Combuster »

Im trying to program one myself, Im a begginer myself
Bad Idea (tm)
"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
TheDragon
Member
Member
Posts: 43
Joined: Mon Aug 25, 2008 8:23 pm
Location: Middle of Nowhere

Re: Windows OS

Post by TheDragon »

Solar wrote: IMHO, however, Windows is basically a good example of how not to do things, from an engineering perspective. (As, in my eyes, is Linux...)
So you're saying that you think Linux is the wrong way as well? That's quite an interesting point of view, one usually picks one or the other.... So what, you go for BSD? GNU? Mac? what? Of course, there is no perfect operating system until we make our own, right? :wink: .
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:

Re: Windows OS

Post by pcmattman »

Not even our own OS is perfect - there can never be a perfect system because there will always be bugs and errors. Even if there is a totally "bug-free" system all it takes is a minor electrical fault in the CPU and a bit is flipped and something goes wrong.

From a design perspective as well a lot of systems don't do some things as well as they could. A "perfect" design would be one where everything is considered in advance - which is practically impossible in this world where things keep changing almost every month ;).

My 2 cents :P.
User avatar
Masterkiller
Member
Member
Posts: 153
Joined: Sat May 05, 2007 6:20 pm

Re: Windows OS

Post by Masterkiller »

Solar wrote:IMHO, however, Windows is basically a good example of how not to do things, from an engineering perspective. (As, in my eyes, is Linux...)
Well, I am using windows, and I see extremely good paging support, good file system support and multimedia - codecs present theirself to the operating system. Perfect ACPI Support. (actually ACPI is made from several comapanies and one of these is microsoft). Drivers are easy to use and make. It seems that windows is example of how you SHOULD do OS things. Anyway, if you talking about integrated in OS applications like explorer or task manager or paint... That is example of how NOT to do things. But these applications are no directly related to the OS construction level.
ALCA OS: Project temporarity suspended!
Current state: real-mode kernel-FS reader...
Post Reply