Assignment Operating Systems
Assignment Operating Systems
OPERATING SYSTEMS
Presented to: sir Nauman
• Introduction – History
• MS-DOS Versions
• Processes
• Conclusion
Introduction to MS-DOS
• History
• 1980
• QDOS
• IBM
• Bill Gates and Microsoft
DOS Versions
• v1.0 1981 First operating system for IBM-PC
• v2.0 1983 Longer file names allowed
• v3.0 1984 Support for 1.2MB floppy, and larger
hard disk sizes
• v4.0 1988 Support for TSR added
• v5.0 1992 Support for upper memory blocks,
larger partition sizes
• v6.0 1993 Added Double Space Disk
Compression
• v7.0 1995 Embedded with Windows
Processes
• For example, the user can’t work on a different application
while waiting for the printer to process.
• Although MS-DOS is single tasking, there can be more than
one program at a time in memory.
• DOS only has the ability to run one process at a time and in
a certain specific manner.
• DOS functions by having parent processes that create child
process which execute and return to the parent process.
• When an application is running in MS-DOS, it can load and
execute another program. When this parent application
calls the second application program, it takes on child
status.
• The parent program is then suspended until the child
process completes execution and returns control to the
parent.
Conclusion