bios seminar presentation

23
Computer and Information Computer and Information Technology for (HKCEE) Technology for (HKCEE) Module B: Part C Module B: Part C Page1 © Longman Hong Kong Education Maharana Pratap College of Maharana Pratap College of Technology, Gwalior Technology, Gwalior Seminar file Sub. Code-BE607 Submitted to: Submitted by: Mrs. Poonam Sharma vikalp kulshrestha Lect. IT & CS Dept. Roll no. 0903ec061114 Date: 20.05.09

Upload: vikalp-kulshrestha

Post on 15-Nov-2014

176 views

Category:

Documents


12 download

TRANSCRIPT

Page 1: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page1© Longman Hong Kong Education

Maharana Pratap College of Maharana Pratap College of Technology, GwaliorTechnology, Gwalior

Seminar file

Sub. Code-BE607

Submitted to: Submitted by:

Mrs. Poonam Sharma vikalp kulshrestha

Lect. IT & CS Dept. Roll no. 0903ec061114

Date: 20.05.09

Page 2: BIOS Seminar Presentation

Computer and Information Technology for (HKCEE) Module BComputer and Information Technology for (HKCEE) Module B

AA Project Project report report

PresentationPresentationonon

AA Project Project report report

PresentationPresentationonon

Page 3: BIOS Seminar Presentation

Computer and Information Technology for (HKCEE) Module BComputer and Information Technology for (HKCEE) Module B

The BIOSThe BIOS Basic Input/Output Basic Input/Output SystemSystem

by Bharat Sharmaby Bharat Sharma Roll no. 0903IT061011Roll no. 0903IT061011

Page 4: BIOS Seminar Presentation

Introduction to BIOSIntroduction to BIOS

Basic Input / Output System (BIOS)boot the computer by providing a basic set of instructions

load the operating system after turning on the computer

perform POST (Power-On Self Test)

provide set-up program for changing BIOS parameters

provide low-level routines for the communications between OS and hardware devices

Page 5: BIOS Seminar Presentation

Introduction to BIOSIntroduction to BIOS

BIOS combinationBIOS program

CMOS stores BIOS program

BIOS parameter

Page 6: BIOS Seminar Presentation

Introduction to BIOSIntroduction to BIOS

Advantages of storing BIOS in ROMcode and data are readily available during booting

BIOS content are not corrupted by errant applications

BIOS hardware componentsBIOS ROM

PC startup program (POST)

BIOS CMOS memoryhouse the configuration information of individual PC

Page 7: BIOS Seminar Presentation

Introduction to BIOSIntroduction to BIOS

The BIOS ROMAll BIOS are contained in ROM in old days

BIOS is now located in EEPROM chiperased and rewritten by special programs

called flash BIOS

BIOS CMOS memoryprovide a non-volatile storage for PC’s control information

need very little power to operate

powered by lithium battery

Page 8: BIOS Seminar Presentation

Introduction to BIOSIntroduction to BIOS

BIOS chip

Page 9: BIOS Seminar Presentation

The BIOS Boot ProcessThe BIOS Boot Process

1. The power supply sends a signal to the components in the system unit.

2. The CPU finds the ROM chips that contains BIOS.

3. The BIOS performs the POST which checks components (e.g. mouse, keyboard connectors and expansion card)

4. The results of the POST are compared with data in the CMOS chip.

Page 10: BIOS Seminar Presentation

The BIOS Boot ProcessThe BIOS Boot Process

5. The BIOS looks for the system files in floppy disk drive and hard disk.

6. The system files and the kernel of the OS load into RAM from hard disk.

Page 11: BIOS Seminar Presentation

The BIOS Boot ProcessThe BIOS Boot Process

Beep codesA series of beep: BIOS program encounter problems

One short beep: everything is normal

Errors can be indicated when video screen does not function

Interpret the beep codes by consulting main board menu

Page 12: BIOS Seminar Presentation

The BIOS Boot ProcessThe BIOS Boot Process

POST Error messagesError messages are shown on display system

Interpret error messages by consulting owner’s manual

Page 13: BIOS Seminar Presentation

Configuring the BIOSConfiguring the BIOS

Setup program interfaces1. Hit a particular key or key combination at a right

time to enter the BIOS setup utility

Page 14: BIOS Seminar Presentation

Configuring the BIOSConfiguring the BIOS

Setup program interfaces2. A BIOS setup screen is displayed.

Page 15: BIOS Seminar Presentation

Configuring the BIOSConfiguring the BIOS

Typical key controlIncorrect settings of BIOS may lead to system halt

Quit the setup without saving changes if we are not sure about the changed settings

Boot sequencecontrol the order in which BIOS looks for an OS on start-up

usual sequence: floppy disk hard disk CD-ROM

Page 16: BIOS Seminar Presentation

Configuring the BIOSConfiguring the BIOS

Typical key controlPerformance tuning through BIOS settings

BIOS settings are responsible for how the chipset is controlled.

Chipset is the key to the overall system performance

BIOS parameters:– Choose the optimal bus speed settings

– Enable the CPU’s internal cache

– External cache memory

– Enable system BIOS shadowing

– Quick power-on self test

– Update the BIOS

Page 17: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page17© Longman Hong Kong Education

Operating System (OS)Operating System (OS)

Works with system BIOS and device drivers to provide instructions to hardware to perform tasks

Page 18: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page18© Longman Hong Kong Education

How BIOS Finds/Loads the OSHow BIOS Finds/Loads the OS

Page 19: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page19© Longman Hong Kong Education

Parts of the Boot ProcessParts of the Boot Process

Step 1: POST

Step 2: ROM BIOS startup program searches for and loads an OS

Step 3: OS configures the system and completes its own loading

Step 4: User executes application software

Page 20: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page20© Longman Hong Kong Education

Boot Step 1Boot Step 1

Page 21: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page21© Longman Hong Kong Education

BootStep 2

Page 22: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page22© Longman Hong Kong Education

Boot Step 3Boot Step 3

Page 23: BIOS Seminar Presentation

Computer and InformationComputer and Information

Technology for (HKCEE)Technology for (HKCEE)

Module B: Part CModule B: Part C

Page23© Longman Hong Kong Education

End…End…

Thank you……..