2019.11.15 杨鑫蕊课上笔记

The BIOS will try to initiate the boot sequence from the first device

BIOS会从第一个启动设备开始这个启动过程

The BIOS software has a number of differept roles but its most important role is to load theoperating system.

BIOS软件要执行许多不同的任务,但最重要的任务是载入操作系统

You are probably very familiar with two different types of software: the operatingsystem and the applictions.

你可能对两种类型的软件很熟悉,操作系统和应用软件。

当你启动计算机时,BIOS就执行如下几项任务,请通常按下列顺序执行。

1.检测CMOS常规设置。

2.载入中断处理程序和设备驱动程序。

3.初始化寄存器和电源管理。

4.执行加电自检程序。

5.显示系统设置。

6.确定可启动设备。

7.开始自举程序。

猜你喜欢

转载自www.cnblogs.com/yangxinrui123456/p/11877641.html