microsoft
Sys

.sys is a filename extension used in MS-DOS and Windows operating systems. They are system files that contain device drivers or hardware configurations for the system,

Most DOS .sys files are real-mode device drivers. Certain files using this extension are not, however:

System files are most commonly found within the Windows directory of a Windows installation. In particular, many SYS files are stored in the Windows\winsxs directory in later versions of Windows.

File location

In Windows Vista and later versions, the .sys files are mainly found under the following paths:

In MS-DOS, the file "MSDOS.SYS" is used to copy the system files from one drive to another, allowing the second drive to be bootable. MSDOS.SYS is located in the root directory of the bootable drive/partition (normally C:\ for hard disks) and has the hidden, read-only, and system file attributes set.

See also