What is a Windows System File (.SYS)? How the Windows invoke these files?

link|improve this question
1  
they are device drivers.. – Aviator Feb 24 '10 at 9:35
@user280140 - SO is about programming questions, and since your question is not one, it will probably get closed and moved to SuperUser.com, which is a better forum for this kind of question. – Oded Feb 24 '10 at 9:35
feedback

migrated from stackoverflow.com Feb 24 '10 at 10:03

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote -1 down vote accepted

they are device drivers. When installed they have certain registry values on when to invoke them. They usually run in kernel space

link|improve this answer
feedback

Your Answer

 
or
required, but never shown