Gene Perkins, Lassen High School Networking Academy

Slides:



Advertisements
Similar presentations
DOS commands.
Advertisements

Understanding the Boot Process and Command Line
Lesson 4 0x Operating Systems.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.
Chapter Nineteen Troubleshooting the Network. Objectives To learn a systematic troubleshooting method To examine some basic necessities for troubleshooting.
A+ Guide to Software, 4e Chapter 6 Windows 9x/Me Commands and Startup Disk.
Chapter 3 Understanding the Boot Process and Command Line.
© 2007 The McGraw-Hill Companies, Inc. All rights reserved Working with the Command- Line Interface Chapter 14.
MCT260-Operating Systems I Operating Systems I Managing Your System.
PC Maintenance: Preparing for A+ Certification
Working in DOS DOS is a true operating system
FILES  A file is a collection of related information  Files are kept in directories on a disk.
Windows 9x Graphical Interface on DOS. Goals for Today Install Windows 98SE Install/Load Device Drivers Explore options, tools, configuration Network.
Operating System Fundamentals
Command Prompt Chapter 7 Using ATTRIB, SUBST, XCOPY, DOSKEY, and the MS-DOS Text Editor Richard Goldman ©January 31, 2000.
Command Line Interface
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
George Vordenbaum Systems Content Developer Global Support Automation Microsoft Corporation Exploring Windows XP Boot Options and Recovery Console George.
Ch 71 Using ATTRIB, SUBST, XCOPY, DOSKEY, and the Text Editor.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Conventional Memory 8088 processor could address only 1 MB
IT Essentials - Chapter 4 Operating System Fundamentals.
Version 3 Operating System Fundamentals Module 4.
Ch11 Getting Started with the Operating System. Ch12 Overview Will discuss the purpose and function of an operating system.
By Umesh ks. Dos is a single user operating system. Its support the all operating system wizards Support the disk scheduling. File management Network.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
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.
1. 2 Disk Operating System (DOS) Finding DOS and Understanding its Strengths and Weaknesses Installing DOS How the FAT File System Works Working with.
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.
DOS Commands What is a command Types of DOS Commands Basic Terms
Operating System Basics Chapter 1 Release 16/07/20 09 powered by dj.
The Command Line Interface. The OS files IO.sys MSDOS.sys Command.com IO and MSDOS are hidden files, COMMAND.COM shows in directory listings.
Understanding the Boot Process and Command Line
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
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.
Computer Hardware PC Operating Systems. What is an operating system? An OS is the interface between the user and the computer hardware It provides the.
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:
®® Microsoft Windows 7 for Power Users Tutorial 13 Using the Command-Line Environment.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Chapter Two Exploring the UNIX File System and File Security.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 4 Disk Operating System (DOS) and the Command-Line Interface McGraw-Hill.
14 Step-by-Step Instructions for an Upgrade Installation n Prepare for the installation Verify that all devices and applications are Windows 2000 compatible.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
Basic MS-DOS. History MS-DOS 1.0 was released in August 1981, and was updated until April 1994 when it was replaced by Windows 95 All versions of windows.
Basic MS-DOS.
A + Certification Operating Systems.
Operating System Fundamentals 1. Components of an OS 2. Functions of an OS 3. Types of OS 4. Command-line tools.
PC Maintenance: Preparing for A+ Certification Chapter 28: Working with Applications.
Basic DOS How to get some work done. It’s all a file Everything is a file: OS files, Application files, Data files and Game files Files have 8.3 names:
I T Essentials I Chapter 5 JEOPARDY Installing & UpgradingComputerBasicsErrorsServicePotpourri
The Command Line Yep, you need to know this. The Basics Start with the Prompt, what the computer tells you when ready for a command You type a command.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 15 Windows 9x/Me Commands and Startup Disk.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 3 Understanding the Boot Process and Command Line.
IST 222 Day 6. DOS Naming Conventions A filename contains up to 8 characters, a separating period, and a file extension of up to three characters This.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
Systems Administration (Windows) BIT3111 – Lecture 5 (Introduction to Windows OS)
DOS MS-DOS stands for Microsoft Disk Operating System. MS-DOS controls the computer’s hardware and provides an environment for programs to run. This.
Lesson 4 0x Operating Systems.
Chapter Objectives In this chapter, you will learn:
Introduction to Operating Systems
Windows XP File Systems
Chapter 6 Windows 9x/Me Commands and Startup Disk
CONFIGURING HARDWARE DEVICE & START UP PROCESS
Chapter Overview Operating System Basics
Operating System Fundamentals
OPERATING SYSTEM B-TECH III YEAR I SEM BRANCH :ECE
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

Gene Perkins, Lassen High School Networking Academy Chapter 4 Operating Systems Gene Perkins, Lassen High School Networking Academy

Need for Operating Systems It serves as a interface between you and the computer hardware Necessary to manage applications

Parts of an Operating System 3 major parts: User Interface Kernel File Management

Functions of an Operating System The OS provides a way for the user to control applications Works with the BIOS and device drivers to fetch and store data Contains utilities to optimize the hardware

Operating System Types Multitasking – more than one application running at the same time Multiuser – more than one user sharing applications or hardware at the same time Multiprocessing – more than one processor working at the same time Multithreading – a program that is broken down into smaller parts and run at the same time

Common Types of OS’s Windows Linux UNIX Mac OS X (based on UNIX) 3.x 9.x (includes ME) 2000 (includes NT) XP Linux UNIX Mac OS X (based on UNIX)

DOS Is a CLI (Command Line Interface) Made up of 3 boot files: IO.SYS MSDOS.SYS Command.com Contains file system utilities Has file management commands

Command Line Screen

DOS Properties DOS is not user-friendly. The best way to learn about DOS is to use it. DOS can only run one program at a time. DOS can only run small programs and has memory limitations (640 Kb max). DOS is an essential tool for IT professionals and is used extensively for troubleshooting.

File Structure All files start at the root directory All other directories branch off of the root directory Must know the path to find files in DOS Paths are typed in either relatively or absolute C:\myfiles\mypicts\nba.gif \mypicts\nba.gif

Types of DOS Files Hidden File – The user will not see hidden files when using a normal file search Read Only – The user can open and read this type of file but cannot modify the file in any way. Archive – The archive contains a backup copy of files. System File – The DOS operating system must have these files for a successful boot up.

DOS Commands DIR – Displays the content of a folder CD – Change the working directory MD – Make a new folder (directory) RD – Removes a folder DEL – Deletes a file REN – Renames a files COPY – Copies a file from one place to another

DOS Commands SET – Sets a path for programs to work from or to MEM – Displays the system memory TYPE – Shows the contents of a file FDISK – Sets partitions on a hard drive TIME – Sets system time DATE – Sets system date CHKDSK – Checks a drive for errors

DOS Commands DISKCOPY – Copies a floppy disk to another EDIT – Opens a file for editing FORMAT – Prepares the disk to receive data PRINT – Prints contents of screen or file ATTRIB – Changes attributes of a file (hidden, read-only, archive) * - Wildcard that represents everything

Internal & External Commands Some commands are within the command.com file Copy Dir Some commands are separate files Xcopy Format External commands need to be copied onto a floppy when performing diagnostics procedures

Switches Most DOS commands can be modified by using a switch behind them Attrib can be modified to hide or unhide files using the + or – key Dir /w – Wide format Dir /a – displays all files Dir /h – displays hidden files Each command has special switches it can use (See 4.2.3)

Creating a Boot Disk Three files are absolutely needed to make a boot disk: Io.sys Msdos.sys Command.com Other files are also needed to work with the hard drive Fdisk.exe Format.com

Creating a Boot Disk Insert floppy into the drive Type in the following commands: format A: /s Copy C:\format.com A:\format.com These commands will transfer the system files and other external files needed The other way is to select from the Start>Settings>Control Panel>Add Progams and select the create boot disk tab

Boot Sequence BIOS searches for the MBR The bootstrap loader moves the MBR into RAM The MBR locates and loads the boot files into memory Io.sys loads msdos.sys Msdos.sys runs config.sys msdos.sys runs command.com Command.com runs autoexec.bat

Config.sys Used to modify system parameters Configures system to run added hardware devices Installs TSR programs Redirects program paths Pressing the F5 or left SHIFT key bypasses config.sys and autoexec.bat Pressing F8 enters the option screen which allows you to modify bootup

Autoexec.bat Batch file that can perform any DOS command Common autoexec.bat commands: Prompt $P$G – Displays working directory Set temp=c:\temp – Sets an area to hold data temporarily Path=C:\;C:\DOS – Sets search path(s) when looking for data Smartdrive.exe 2048 1024 – Sets 1Mb of memory cache for DOS and 2Mb for Windows

Editing System Configuration Files Type in edit and file name at dos prompt Edit autoexec.bat Type in sysedit in the command prompt box Edit files in Notepad

DOS Memory First 640 Kb reserved for running programs 640 to 1024 Kb used to run older DOS programs and BIOS applications 1024 to 1088 used for DOS command files 1088 Kb to 4Gb used for Windows applications

Memory Management In the config.sys file to disable expanded memory Device=C: \Windows\Emm386.exe NOEMS To load DOS into upper memory DOS=UMB To allow DOS to use high memory DOS=HIGH, UMB

Memory Management To allow DOS programs access to expanded memory Device=C: \Windows\Emm386.exe RAM To allow device drivers to load into high memory DEVICEHIGH=C: \DOS\MOUSE.SYS This allows Windows 3.x and 9x to work DEVICE=C: \DOS\HIMEM.SYS

Virtual Memory When a section of the hard drive is set aside to be used as the system RAM The slowest memory available Usually set to automatically adjust as needed If there is inadequate virtual memory, your system will freeze Stored in WIN386.SWP (Win9x) or PAGEFILE.SYS (Win2000)

RAM Drive In some cases, RAM can be setup to act as a hard drive Configured in config.sys using this command: DEVICE=C:\DOS\ RAMDRIVE.SYS 4096 When data is stored in this manner, it can be lost when powered off

General Protection Faults When windows crashes (blue screens), there is a problem with 2 programs trying to share the same spot in memory Can also be caused by bad drivers or trying to directly gain access to windows programs GPF’s can also cause the program to lock

Real vs Protected Mode Real mode is used with DOS System crash will bring down the whole system Protected mode used with Windows Allows a program to crash without affecting the system

Perform Practice Test