Operating System questions

This topic is locked from further discussion.

Avatar image for ktwq
ktwq

1199

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1 ktwq
Member since 2003 • 1199 Posts

Hey all,

1) How does an operating system work? Any difference between XP and Vista, or even Windows and Mac?

2) Why is it that some games require Vista only and older DOS games can't work on the newer OSs?

Thanks

Avatar image for metalisticpain
metalisticpain

3536

Forum Posts

0

Wiki Points

0

Followers

Reviews: 16

User Lists: 0

#2 metalisticpain
Member since 2005 • 3536 Posts

Hey all,

1) How does an operating system work? Any difference between XP and Vista, or even Windows and Mac?

2) Why is it that some games require Vista only and older DOS games can't work on the newer OSs?

Thanks

ktwq
Woo thats a question that could be answered in a 100,000 word thesis. How does one work? its site on top of the hardware layer to interpret commands and perform functions. Difference between XP and Vista are vast, 95 -98 -ME were incremental updates but vista was a complete redo from scratch. To put it in perspective an operating system is millions of lines of code... millions. older dos games failt o run on new hardware because they look in x location for something, or send x command and the OS goes... What? New games require vista because of the same reason
Avatar image for OT_Rage
OT_Rage

228

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3 OT_Rage
Member since 2009 • 228 Posts

Hey all,

1) How does an operating system work? Any difference between XP and Vista, or even Windows and Mac?

2) Why is it that some games require Vista only and older DOS games can't work on the newer OSs?

Thanks

ktwq
1) an operating system works by being loaded from the bios. XP and Vista's made differences are in the realm of security and drivers. Macintosh can only run on Mac hardware (if its not hacked) and is based upon Unix. Windows went another way, with the DOS system, and thats essentially what everything is based off of in it. An operating system controls all the programs you want to run, and allocates memory and such to everything. Think of it as a traffic cop. 2) Different drivers, different coding, different architecture (bits etc). Im almost certain you can get DOS games to work with vista, since you can still use DOS. The games that require vista require it because Vista has the newest direct x, and it was made so that it wouldnt work on XP. Its not so much that things CANT work on other operating systems, so much as it is MADE so it cant be.
Avatar image for ktwq
ktwq

1199

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#4 ktwq
Member since 2003 • 1199 Posts

Hmmm... Interesting. Thanks

Avatar image for JigglyWiggly_
JigglyWiggly_

24625

Forum Posts

0

Wiki Points

0

Followers

Reviews: 4

User Lists: 0

#5 JigglyWiggly_
Member since 2009 • 24625 Posts
BTW os's don't control hardware directly, the bios does. However old ass unix systems the OS deals with the hardware.