简述Boot Loader的两种操作模式(Operation Mode)?

题目
问答题
简述Boot Loader的两种操作模式(Operation Mode)?
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Examine the contents of SQL loader control file:Which three statements are true regarding the SQL* Loader operation performed using the control file?()

A. An EMP table is created if a table does not exist. Otherwise, if the EMP table is appended with the loaded data.

B. The SQL* Loader data file myfile1.dat has the column names for the EMP table.

C. The SQL* Loader operation fails because no record terminators are specified.

D. Field names should be the first line in the both the SQL* Loader data files.

E. The SQL* Loader operation assumes that the file must be a stream record format file with the normal carriage return string as the record terminator.


参考答案:A, B, E

第2题:

下面不属于Boot Loader 阶段1所完成的步骤的是:( )

A . 硬件设备初始化。

B . 拷贝Boot Loader的阶段2到RAM空间中。

C .将kernel映像和根文件系统映像从Flash读到RAM空间中。

D . 设置堆栈。


正确答案:C

第3题:

以下不是Boot Loader的是()

A.VIVI

B.U-Boot

C.RT-Linux

D.BLOB


正确答案:C

第4题:

An AIX server will not boot in normal mode and the server must be booted into maintenance  mode to rebuild the boot logical volume. A NIM master is not defined in this environment.  How is the system booted into maintenance mode to perform this task ()

  • A、Apply power and when the SMS menus appear press 5 repeatedly to enter a maintenance boot automatically. The system will present a maintenance shell eventually.
  • B、Boot media such as CDROM or Tape is required to boot into maintenance mode. When inserted into the proper device the system automatically boots into maintenance mode when it can not boot into normal mode.
  • C、Apply power and the server automatically boots into maintenance mode where you can select your disk to rebuild the boot logical volume.
  • D、Boot media such as CDROM or Tape is required and an administrator must select the proper SMS menus to get into maintenance mode.

正确答案:D

第5题:

简述Boot Loader的两种操作模式(Operation Mode)?


正确答案: 启动加载(Boo tloading)模式:这种模式也称为"自主"(Autonomous)模式。也即Boot Loader从目标机上的某个固态存储设备上将操作系统加载到RAM中运行,整个过程并没有用户的介入。这种模式是Boot Loader的正常工作模式,因此在嵌入式产品发布的时侯,Boot Loader显然必须工作在这种模式下。
下载(Downloading)模式:在这种模式下,目标机上的Boot Loader将通过串口连接或网络连接等通信手段从主机(Host)下载文件,比如:下载内核映像和根文件系统映像等。从主机下载的文件通常首先被Boot Loader保存到目标机的RAM中,然后再被Boot Loader写到目标机上的FLASH类固态存储设备中。Boot Loader的这种模式通常在第一次安装内核与根文件系统时被使用;此外,以后的系统更新也会使用Boot Loader的这种工作模式。工作于这种模式下的BootLoader通常都会向它的终端用户提供一个简单的命令行接口。

第6题:

下列软件中,不属于Boot Loader的是()。

A.vivi

B.busy box

C.uboot

D.blob


正确答案:B

第7题:

简述Boot Loader的功能。


答案:Boot Loader主要有3个功能:
初始化目标硬件设备;控制启动过程;下载并执行操作系统映像。

第8题:

如果高层配置了TDD模式的子帧打包操作,子帧打包操作只在『____』上执行。(If the high-level configura the operation of TDD mode sub-frame. package, operating of the sub-frame. package only run on『____』.)


参考答案:UL-SCH
UL-SCH

第9题:

什么是Boot Loader?主要有几种工作模式及主要功能是什么?


正确答案: 简单说来,Boot loader就是操作系统内核运行的一段小程序,完成进行初始化系统硬件设置的任务,包括CPU、SDRRAM、Flash、串口等初始化,时钟的设置、存储器的映射。
分为启动加载模式和下载模式。
(1)启动加载模式
启动加载(Boot laoding)模式又称为“自主”(Autonomous)模式,是指Bootloader从目标机上的某个固态存储设备上将操作系统加载到RAM中运行,整个过程并没有用户的介入。
(2)下载模式
在下载模式下,目标机上的Bootloader将先通过串口连接或网络连接等通信手段从宿主机下载文件。

第10题:

以下()不是Boot Loader的阶段1所完成的步骤。

  • A、硬件设备初始化
  • B、拷贝Boot Loader第二阶段的代码到RAM空间中
  • C、将kernel映像和根文件系统映像从Flash读到RAM空间中
  • D、设置堆栈

正确答案:C

更多相关问题