Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.

Slides:



Advertisements
Similar presentations
Computer Parts There are many parts that work together to make a computer work.
Advertisements

The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.
BIOS (Basic Input Output Service) Contains system data used by the ROM BIOS service routines. Serves as a standardized communication interface between.
The power supply performs a self-test. When all voltages and current levels are acceptable, the supply indicates that the power is stable and sends the.
Chapter 3 Understanding the Boot Process and Command Line.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
11/13/01CS-550 Presentation - Overview of Microsoft disk operating system. 1 An Overview of Microsoft Disk Operating System.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
CP1610: Introduction to Computer Components Basic PC Components.
PC Maintenance: Preparing for A+ Certification
System Software Operating System Boot Process Files Misc.
Week 6 Operating Systems.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
IT Essentials - Chapter 4 Operating System Fundamentals.
Windows 95 requirements l 80386DX or higher machine l at least 4 MB of RAM (8 MB recommended) l mouse l VGA or better monitor l hard drive with at least.
DOS- Disk Operating System By: Prof.M.B.Salunke Asst. Prof., Department of Computer Engg, SITS, Pune-41.
DOS Understanding what you can do. Operating System Traits An OS only works with one type of processor –X86 processors for us; Motorola for Mac –Must.
Installing and Using Windows 9x
Computer Parts There are many parts that work together to make a computer work.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 9 Managing Memory.
Computer Management & Support: 3.0, 4.0, 5.0, 5.1, 6.0, 7.0, 8.0, 9.0, 10.0 Technology Education (9-12): 3.0, 3.1, 3.2, 11.0, 15.0 Courses of Study and.
DOS  In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft:
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
Microsoft Operating Systems Richard Goldman © February 28, 2001.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 12 Supporting Windows 9x.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
1 Chapter Overview How Windows 98 Works How Windows 2000 Works Managing Windows.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
1 Windows 98 Ancillary Systems x The Process Scheduler provides system resources. The Windows Driver Model (WDM) allows Windows 98 and Microsoft Windows.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Introduction to the BIOS BIOS – Part 1 © Richard Goldman Rev. January 4, 2001.
There are many parts that work together to make a computer work. System Unit Computer Parts.
 There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Command Prompt Chapter 12 Understanding Memory, the Boot Process, and System Configuration Richard Goldman February 7, 2000.
Course 03 Basic Concepts assist. eng. Jánó Rajmond, PhD
Computer Memory The DOS, Win 3X, & Win 9X Model Richard L. Goldman ©February 1, 2001.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Computer Parts There are many parts that work together to make a computer work.
Operating System & Application Software
Chapter Objectives In this chapter, you will learn:
Operating System Review
Microsoft Operating Systems
Windows 95 & 98 Steve Boyle Mike Forster Maggie Hamill Nancy O’Brien.
Introduction to Operating Systems
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
Chapter 4 – Introduction to Operating System Concepts
Linux Operating System Architecture
Computer Parts There are many parts that work together to make a computer work.
What is an Operating System?
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Operating System Review
Windows Development Dynadata Copyright, 2014 © DynaData S.A. 1/10.
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Chapter Overview Operating System Basics
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Operating Systems
A very basic introduction
Presentation transcript:

Microsoft Window 9X Operating System Richard Goldman © February 28, 2001

Operation of Windows 9X Windows 95 Windows 98 Windows Me

Hardware Windows 9X Hardware The computer hardware layer is all the physical components and devices that makeup or are attached to the computer. The main components of a computer are: System Board CPU Main Memory Chip Set Disk Drives Monitor and Printer Keyboard and Mouse

BIOS Hardware Windows 9X BIOS Phoenix The System BIOS chip contains small programs called device drivers that allow the software to communicate with the computer’s hardware. Many of the other devices have BIOS chips also. These BIOS chips identify the device they are on and may contain additional drivers. When the computer is first turned on, the System BIOS: locates all the devices attached to it, loads a driver into memory for each device, and performs a brief test of each device (POST).

BIOS Hardware Windows 9X DOS DOS Phoenix IO.SYS When the BIOS completes the POST it locates and runs the Boot Record on the default drive. The Boot Record locates and runs IO.SYS, also on the default drive. IO.SYS loads the DOS core components. Then IO.SYS runs CONFIG.SYS and AUTOEXEC.BAT, if present, to provide support for legacy software or custom configuration. IO.SYS runs WIN.COM.

Win 9X Core BIOS Hardware Windows 9X Core DOS UserGDIKernel Phoenix IO.SYS WIN.COM loads the Virtual Memory Manager ( VMM32.VXD) and the required Windows VxDs (real mode static device drivers) plus drivers listed in the [386 Enh] section of SYSTEM.INI. The VMM then loads the dynamic device drivers. The VMM loads the remainder to the Kernel, the User, and the GDI. Window then switches from 16-bit Real Mode to 32-bit protected mode. VMM Virtual Memory Manager IFS Installable File System DriversConfig. Mgr. Finally EXPLORER.EXE is run to provide a GUI shell. Start

Win 9X Start Core UserGDIKernel VMM Virtual Memory Manager IFS Installable File System DriversConfig. Mgr. BIOS Hardware Windows 9X Virtual Machines DOS Phoenix IO.SYS, MSDOS.SYS, COMMAND.COM Windows 9X creates a System Virtual Machine for all Windows applications. Each 32-bit Windows application runs in its own memory space within the System VM. 16-bit Windows applications share a memory space in the System VM. System VM DOS VM 32-bit Win App WOW 32-bit Win App 16-bit Win App DOS App DOS VM DOS App Each DOS application is given its own VM.

Win 9X Start Core UserGDIKernel VMM Virtual Memory Manager IFS Installable File System DriversConfig. Mgr. BIOS Hardware Windows 9X Core Functions DOS Phoenix IO.SYS, MSDOS.SYS, COMMAND.COM The Kernel provides basic operating system functions: Load and execute programs Memory management System VM DOS VM 32-bit Win App WOW 32-bit Win App 16-bit Win App DOS App DOS VM DOS App The User component controls the user interface – keyboard, mouse, etc. The GDI component manages the graphics output to the screen and printer. 16-bit Win App 32-bit Win App DOS VM DOS App File input/output